Lines Matching refs:link_id
170 u16 cmd = WSM_RESET_REQ_ID | WSM_TX_LINK_ID(arg->link_id); in wsm_reset()
357 int link_id) in wsm_tx_confirm() argument
369 cw1200_tx_confirm_cb(priv, link_id, &tx_confirm); in wsm_tx_confirm()
378 struct wsm_buf *buf, int link_id) in wsm_multi_tx_confirm() argument
398 ret = wsm_tx_confirm(priv, buf, link_id); in wsm_multi_tx_confirm()
755 u16 cmd = 0x001C | WSM_TX_LINK_ID(arg->link_id); in wsm_map_link()
864 int link_id, in wsm_receive_indication() argument
908 cw1200_rx_cb(priv, &rx, link_id, skb_p); in wsm_receive_indication()
1054 int link_id, struct wsm_buf *buf) in wsm_suspend_resume_indication() argument
1060 arg.link_id = link_id; in wsm_suspend_resume_indication()
1305 int link_id = (id >> 6) & 0x0F; in wsm_handle_rx() local
1318 ret = wsm_tx_confirm(priv, &wsm_buf, link_id); in wsm_handle_rx()
1320 ret = wsm_multi_tx_confirm(priv, &wsm_buf, link_id); in wsm_handle_rx()
1419 ret = wsm_receive_indication(priv, link_id, in wsm_handle_rx()
1442 link_id, &wsm_buf); in wsm_handle_rx()