Lines Matching refs:l2cb

1090     l2cb.num_lm_acl_bufs -= L2C_DEF_NUM_BLE_BUF_SHARED;  in l2c_link_processs_ble_num_bufs()
1093 l2cb.num_lm_ble_bufs = num_lm_ble_bufs; in l2c_link_processs_ble_num_bufs()
1094 l2cb.controller_le_xmit_window = num_lm_ble_bufs; in l2c_link_processs_ble_num_bufs()
1118 uint16_t controller_xmit_quota = l2cb.num_lm_ble_bufs; in l2c_ble_link_adjust_allocation()
1122 if (l2cb.num_ble_links_active == 0) { in l2c_ble_link_adjust_allocation()
1123 l2cb.controller_le_xmit_window = l2cb.num_lm_ble_bufs; in l2c_ble_link_adjust_allocation()
1124 l2cb.ble_round_robin_quota = l2cb.ble_round_robin_unacked = 0; in l2c_ble_link_adjust_allocation()
1129 for (yy = 0, p_lcb = &l2cb.lcb_pool[0]; yy < MAX_L2CAP_LINKS; yy++, p_lcb++) { in l2c_ble_link_adjust_allocation()
1153 l2cb.ble_round_robin_quota = low_quota; in l2c_ble_link_adjust_allocation()
1158 l2cb.ble_round_robin_quota = 0; in l2c_ble_link_adjust_allocation()
1159 l2cb.ble_round_robin_unacked = 0; in l2c_ble_link_adjust_allocation()
1165 l2cb.ble_round_robin_quota = 0; in l2c_ble_link_adjust_allocation()
1166 l2cb.ble_round_robin_unacked = 0; in l2c_ble_link_adjust_allocation()
1172 num_hipri_links, num_lowpri_links, low_quota, l2cb.ble_round_robin_quota, in l2c_ble_link_adjust_allocation()
1176 for (yy = 0, p_lcb = &l2cb.lcb_pool[0]; yy < MAX_L2CAP_LINKS; yy++, p_lcb++) { in l2c_ble_link_adjust_allocation()
1187 l2cb.ble_round_robin_unacked += p_lcb->sent_not_acked; in l2c_ble_link_adjust_allocation()
1201 p_lcb->sent_not_acked, l2cb.round_robin_unacked); in l2c_ble_link_adjust_allocation()