Lines Matching refs:a2mp_send
42 static void a2mp_send(struct amp_mgr *mgr, u8 code, u8 ident, u16 len, void *data)
184 a2mp_send(mgr, A2MP_DISCOVER_RSP, hdr->ident, len, rsp);
233 a2mp_send(mgr, A2MP_GETINFO_REQ, __next_ident(mgr),
316 a2mp_send(mgr, A2MP_GETINFO_RSP, hdr->ident, sizeof(rsp),
359 a2mp_send(mgr, A2MP_GETAMPASSOC_REQ, __next_ident(mgr), sizeof(req),
395 a2mp_send(mgr, A2MP_GETAMPASSOC_RSP, hdr->ident, sizeof(rsp),
543 a2mp_send(mgr, A2MP_CREATEPHYSLINK_RSP, hdr->ident,
593 a2mp_send(mgr, A2MP_DISCONNPHYSLINK_RSP, hdr->ident, sizeof(rsp), &rsp);
698 a2mp_send(mgr, A2MP_COMMAND_REJ, hdr->ident, sizeof(rej),
930 a2mp_send(mgr, A2MP_GETINFO_RSP, mgr->ident, sizeof(rsp), &rsp);
963 a2mp_send(mgr, A2MP_GETAMPASSOC_RSP, mgr->ident, len, rsp);
998 a2mp_send(mgr, A2MP_CREATEPHYSLINK_REQ, __next_ident(mgr), len, req);
1029 a2mp_send(mgr, A2MP_CREATEPHYSLINK_RSP, mgr->ident, sizeof(rsp), &rsp);
1053 a2mp_send(mgr, A2MP_DISCOVER_REQ, 1, sizeof(req), &req);