Home
last modified time | relevance | path

Searched refs:switchtec_user (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/drivers/pci/switch/
Dswitchtec.c53 struct switchtec_user { struct
85 static struct switchtec_user *stuser_create(struct switchtec_dev *stdev) in stuser_create() argument
87 struct switchtec_user *stuser; in stuser_create()
107 struct switchtec_user *stuser; in stuser_free()
109 stuser = container_of(kref, struct switchtec_user, kref); in stuser_free()
117 static void stuser_put(struct switchtec_user *stuser) in stuser_put()
122 static void stuser_set_state(struct switchtec_user *stuser, in stuser_set_state()
160 struct switchtec_user *stuser; in mrpc_cmd_submit()
168 stuser = list_entry(stdev->mrpc_queue.next, struct switchtec_user, in mrpc_cmd_submit()
187 static int mrpc_queue_cmd(struct switchtec_user *stuser) in mrpc_queue_cmd()
[all …]