Searched refs:next_slot_inq (Results 1 – 4 of 4) sorted by relevance
2009 tGATT_CMD_Q *p_cmd = &p_tcb->cl_cmd_q[p_tcb->next_slot_inq]; in gatt_cmd_enq()2018 p_tcb->pending_cl_req = p_tcb->next_slot_inq; in gatt_cmd_enq()2021 p_tcb->next_slot_inq ++; in gatt_cmd_enq()2022 p_tcb->next_slot_inq %= GATT_CL_MAX_LCB; in gatt_cmd_enq()2041 if (p_tcb->pending_cl_req != p_tcb->next_slot_inq) in gatt_cmd_dequeue()
490 if (p_tcb->pending_cl_req == p_tcb->next_slot_inq || in attp_cl_send_cmd()
381 UINT8 next_slot_inq; /* index of next available slot in queue */ member
1108 p_tcb->pending_cl_req != p_tcb->next_slot_inq && in gatt_cl_send_next_cmd_inq()