Lines Matching refs:amp_mgr
42 static void a2mp_send(struct amp_mgr *mgr, u8 code, u8 ident, u16 len, void *data)
66 static u8 __next_ident(struct amp_mgr *mgr)
74 static struct amp_mgr *amp_mgr_lookup_by_state(u8 state)
76 struct amp_mgr *mgr;
92 static void __a2mp_add_cl(struct amp_mgr *mgr, struct a2mp_cl *cl)
115 static int a2mp_command_rej(struct amp_mgr *mgr, struct sk_buff *skb,
130 static int a2mp_discover_req(struct amp_mgr *mgr, struct sk_buff *skb,
190 static int a2mp_discover_rsp(struct amp_mgr *mgr, struct sk_buff *skb,
270 static int a2mp_change_notify(struct amp_mgr *mgr, struct sk_buff *skb,
294 static int a2mp_getinfo_req(struct amp_mgr *mgr, struct sk_buff *skb,
337 static int a2mp_getinfo_rsp(struct amp_mgr *mgr, struct sk_buff *skb,
366 static int a2mp_getampassoc_req(struct amp_mgr *mgr, struct sk_buff *skb,
371 struct amp_mgr *tmp;
411 static int a2mp_getampassoc_rsp(struct amp_mgr *mgr, struct sk_buff *skb,
472 static int a2mp_createphyslink_req(struct amp_mgr *mgr, struct sk_buff *skb,
554 static int a2mp_discphyslink_req(struct amp_mgr *mgr, struct sk_buff *skb,
599 static inline int a2mp_cmd_rsp(struct amp_mgr *mgr, struct sk_buff *skb,
612 struct amp_mgr *mgr = chan->data;
719 struct amp_mgr *mgr = chan->data;
819 struct amp_mgr *amp_mgr_get(struct amp_mgr *mgr)
830 struct amp_mgr *mgr = container_of(kref, struct amp_mgr, kref);
842 int amp_mgr_put(struct amp_mgr *mgr)
849 static struct amp_mgr *amp_mgr_create(struct l2cap_conn *conn, bool locked)
851 struct amp_mgr *mgr;
871 conn->hcon->amp_mgr = mgr;
889 struct amp_mgr *mgr;
907 struct amp_mgr *mgr;
936 struct amp_mgr *mgr;
970 struct amp_mgr *mgr;
1007 struct amp_mgr *mgr;
1036 struct amp_mgr *mgr = conn->hcon->amp_mgr;