Lines Matching defs:mgr
49 static void a2mp_send(struct amp_mgr *mgr, u8 code, u8 ident, u16 len, void *data) in a2mp_send()
73 static u8 __next_ident(struct amp_mgr *mgr) in __next_ident()
83 struct amp_mgr *mgr; in amp_mgr_lookup_by_state() local
99 static void __a2mp_add_cl(struct amp_mgr *mgr, struct a2mp_cl *cl) in __a2mp_add_cl()
122 static int a2mp_command_rej(struct amp_mgr *mgr, struct sk_buff *skb, in a2mp_command_rej()
137 static int a2mp_discover_req(struct amp_mgr *mgr, struct sk_buff *skb, in a2mp_discover_req()
197 static int a2mp_discover_rsp(struct amp_mgr *mgr, struct sk_buff *skb, in a2mp_discover_rsp()
274 static int a2mp_change_notify(struct amp_mgr *mgr, struct sk_buff *skb, in a2mp_change_notify()
298 static int a2mp_getinfo_req(struct amp_mgr *mgr, struct sk_buff *skb, in a2mp_getinfo_req()
339 static int a2mp_getinfo_rsp(struct amp_mgr *mgr, struct sk_buff *skb, in a2mp_getinfo_rsp()
366 static int a2mp_getampassoc_req(struct amp_mgr *mgr, struct sk_buff *skb, in a2mp_getampassoc_req()
409 static int a2mp_getampassoc_rsp(struct amp_mgr *mgr, struct sk_buff *skb, in a2mp_getampassoc_rsp()
470 static int a2mp_createphyslink_req(struct amp_mgr *mgr, struct sk_buff *skb, in a2mp_createphyslink_req()
550 static int a2mp_discphyslink_req(struct amp_mgr *mgr, struct sk_buff *skb, in a2mp_discphyslink_req()
593 static inline int a2mp_cmd_rsp(struct amp_mgr *mgr, struct sk_buff *skb, in a2mp_cmd_rsp()
606 struct amp_mgr *mgr = chan->data; in a2mp_chan_recv_cb() local
711 struct amp_mgr *mgr = chan->data; in a2mp_chan_state_change_cb() local
811 struct amp_mgr *amp_mgr_get(struct amp_mgr *mgr) in amp_mgr_get()
822 struct amp_mgr *mgr = container_of(kref, struct amp_mgr, kref); in amp_mgr_destroy() local
834 int amp_mgr_put(struct amp_mgr *mgr) in amp_mgr_put()
843 struct amp_mgr *mgr; in amp_mgr_create() local
881 struct amp_mgr *mgr; in a2mp_channel_create() local
899 struct amp_mgr *mgr; in a2mp_send_getinfo_rsp() local
926 struct amp_mgr *mgr; in a2mp_send_getampassoc_rsp() local
960 struct amp_mgr *mgr; in a2mp_send_create_phy_link_req() local
997 struct amp_mgr *mgr; in a2mp_send_create_phy_link_rsp() local
1024 struct amp_mgr *mgr = conn->hcon->amp_mgr; in a2mp_discover_amp() local