Searched refs:p_cbi (Results 1 – 3 of 3) sorted by relevance
63 tL2C_TX_COMPLETE_CB_INFO* p_cbi);65 tL2C_TX_COMPLETE_CB_INFO* p_cbi);1051 tL2C_TX_COMPLETE_CB_INFO* p_cbi) { in l2c_link_send_to_lower() argument1057 if (p_cbi) l2cu_tx_complete(p_cbi); in l2c_link_send_to_lower()1277 tL2C_TX_COMPLETE_CB_INFO* p_cbi) { in l2cu_get_next_buffer_to_send() argument1284 p_cbi->cb = NULL; in l2cu_get_next_buffer_to_send()1319 p_cbi->cb = l2cb.fixed_reg[xx].pL2CA_FixedTxComplete_Cb; in l2cu_get_next_buffer_to_send()1320 p_cbi->local_cid = p_ccb->local_cid; in l2cu_get_next_buffer_to_send()1321 p_cbi->num_sdu = 1; in l2cu_get_next_buffer_to_send()
3439 void l2cu_tx_complete(tL2C_TX_COMPLETE_CB_INFO* p_cbi) { in l2cu_tx_complete() argument3440 if (p_cbi->cb != NULL) p_cbi->cb(p_cbi->local_cid, p_cbi->num_sdu); in l2cu_tx_complete()
751 void l2cu_tx_complete(tL2C_TX_COMPLETE_CB_INFO* p_cbi);