Searched refs:p_cbi (Results 1 – 3 of 3) sorted by relevance
46 tL2C_TX_COMPLETE_CB_INFO* p_cbi);1107 tL2C_TX_COMPLETE_CB_INFO* p_cbi) { in l2c_link_send_to_lower() argument1197 if (p_cbi) l2cu_tx_complete(p_cbi); in l2c_link_send_to_lower()
3228 void l2cu_tx_complete(tL2C_TX_COMPLETE_CB_INFO* p_cbi) { in l2cu_tx_complete() argument3229 if (p_cbi->cb != NULL) p_cbi->cb(p_cbi->local_cid, p_cbi->num_sdu); in l2cu_tx_complete()3243 tL2C_TX_COMPLETE_CB_INFO* p_cbi) { in l2cu_get_next_buffer_to_send() argument3251 p_cbi->cb = NULL; in l2cu_get_next_buffer_to_send()3286 p_cbi->cb = l2cb.fixed_reg[xx].pL2CA_FixedTxComplete_Cb; in l2cu_get_next_buffer_to_send()3287 p_cbi->local_cid = p_ccb->local_cid; in l2cu_get_next_buffer_to_send()3288 p_cbi->num_sdu = 1; in l2cu_get_next_buffer_to_send()
641 extern void l2cu_tx_complete(tL2C_TX_COMPLETE_CB_INFO* p_cbi);698 tL2C_TX_COMPLETE_CB_INFO* p_cbi);