Lines Matching refs:l2cb
1085 l2cb.num_lm_acl_bufs -= L2C_DEF_NUM_BLE_BUF_SHARED; in l2c_link_processs_ble_num_bufs()
1088 l2cb.num_lm_ble_bufs = num_lm_ble_bufs; in l2c_link_processs_ble_num_bufs()
1089 l2cb.controller_le_xmit_window = num_lm_ble_bufs; in l2c_link_processs_ble_num_bufs()
1113 uint16_t controller_xmit_quota = l2cb.num_lm_ble_bufs; in l2c_ble_link_adjust_allocation()
1117 if (l2cb.num_ble_links_active == 0) { in l2c_ble_link_adjust_allocation()
1118 l2cb.controller_le_xmit_window = l2cb.num_lm_ble_bufs; in l2c_ble_link_adjust_allocation()
1119 l2cb.ble_round_robin_quota = l2cb.ble_round_robin_unacked = 0; in l2c_ble_link_adjust_allocation()
1124 for (yy = 0, p_lcb = &l2cb.lcb_pool[0]; yy < MAX_L2CAP_LINKS; yy++, p_lcb++) { in l2c_ble_link_adjust_allocation()
1148 l2cb.ble_round_robin_quota = low_quota; in l2c_ble_link_adjust_allocation()
1153 l2cb.ble_round_robin_quota = 0; in l2c_ble_link_adjust_allocation()
1154 l2cb.ble_round_robin_unacked = 0; in l2c_ble_link_adjust_allocation()
1160 l2cb.ble_round_robin_quota = 0; in l2c_ble_link_adjust_allocation()
1161 l2cb.ble_round_robin_unacked = 0; in l2c_ble_link_adjust_allocation()
1167 num_hipri_links, num_lowpri_links, low_quota, l2cb.ble_round_robin_quota, in l2c_ble_link_adjust_allocation()
1171 for (yy = 0, p_lcb = &l2cb.lcb_pool[0]; yy < MAX_L2CAP_LINKS; yy++, p_lcb++) { in l2c_ble_link_adjust_allocation()
1182 l2cb.ble_round_robin_unacked += p_lcb->sent_not_acked; in l2c_ble_link_adjust_allocation()
1196 p_lcb->sent_not_acked, l2cb.round_robin_unacked); in l2c_ble_link_adjust_allocation()