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
399 ret = wsm_tx_confirm(priv, buf, link_id); in wsm_multi_tx_confirm()
757 u16 cmd = 0x001C | WSM_TX_LINK_ID(arg->link_id); in wsm_map_link()
866 int link_id, in wsm_receive_indication() argument
910 cw1200_rx_cb(priv, &rx, link_id, skb_p); in wsm_receive_indication()
1056 int link_id, struct wsm_buf *buf) in wsm_suspend_resume_indication() argument
1062 arg.link_id = link_id; in wsm_suspend_resume_indication()
1307 int link_id = (id >> 6) & 0x0F; in wsm_handle_rx() local
1320 ret = wsm_tx_confirm(priv, &wsm_buf, link_id); in wsm_handle_rx()
1322 ret = wsm_multi_tx_confirm(priv, &wsm_buf, link_id); in wsm_handle_rx()
1421 ret = wsm_receive_indication(priv, link_id, in wsm_handle_rx()
1444 link_id, &wsm_buf); in wsm_handle_rx()