Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pci/switch/
H A Dswitchtec.c51 struct switchtec_user { struct
83 static struct switchtec_user *stuser_create(struct switchtec_dev *stdev) in stuser_create() argument
85 struct switchtec_user *stuser; in stuser_create()
105 struct switchtec_user *stuser; in stuser_free()
107 stuser = container_of(kref, struct switchtec_user, kref); in stuser_free()
115 static void stuser_put(struct switchtec_user *stuser) in stuser_put()
120 static void stuser_set_state(struct switchtec_user *stuser, in stuser_set_state()
158 struct switchtec_user *stuser; in mrpc_cmd_submit()
166 stuser = list_entry(stdev->mrpc_queue.next, struct switchtec_user, in mrpc_cmd_submit()
185 static int mrpc_queue_cmd(struct switchtec_user *stuser) in mrpc_queue_cmd()
[all …]