Searched refs:fixed_queue_try_peek_first (Results 1 – 10 of 10) sorted by relevance
74 void *fixed_queue_try_peek_first(fixed_queue_t *queue);
699 … if ((p_buf = fixed_queue_try_peek_first(slot->tx.queue)) != NULL && p_buf->layer_specific == 0) { in btc_l2cap_write()923 … if ((p_buf = fixed_queue_try_peek_first(slot->tx.queue)) != NULL && p_buf->layer_specific == 0) { in btc_l2cap_cb_handler()965 if ((p_buf = fixed_queue_try_peek_first(slot->tx.queue)) == NULL) { in btc_l2cap_cb_handler()980 … if ((p_buf = fixed_queue_try_peek_first(slot->tx.queue)) != NULL && p_buf->layer_specific == 0 && in btc_l2cap_cb_handler()1155 … if ((p_buf = (BT_HDR *)fixed_queue_try_peek_first(slot->rx.queue)) != NULL && p_buf->len == 0) { in l2cap_vfs_read()1159 … if (size == 0 || (p_buf = (BT_HDR *)fixed_queue_try_peek_first(slot->rx.queue)) == NULL) { in l2cap_vfs_read()
171 void *fixed_queue_try_peek_first(fixed_queue_t *queue) in fixed_queue_try_peek_first() function
703 BT_HDR *p_buf = (BT_HDR*)fixed_queue_try_peek_first(p_ccb->p_lcb->ucd_out_sec_pending_q); in l2c_ucd_check_pending_out_sec_q()
2255 fixed_queue_try_peek_first(p_ccb->xmit_hold_q)); in L2CA_FlushChannel()
1562 p_buf = (BT_HDR *)fixed_queue_try_peek_first(p_ccb->xmit_hold_q); in l2c_fcr_get_next_xmit_sdu_seg()
317 BT_HDR *p_buf = fixed_queue_try_peek_first(p_ccb->rx_queue); in GAP_ConnReadData()
535 while(fixed_queue_try_peek_first(prepare_record->queue)) { in gatt_process_exec_write_req()1650 tGATT_VALUE *p_buf = (tGATT_VALUE *)fixed_queue_try_peek_first(p_tcb->pending_ind_q); in gatts_chk_pending_ind()
1572 … if ((p_buf = (BT_HDR *)fixed_queue_try_peek_first(slot->rx.queue)) != NULL && p_buf->len == 0) { in spp_vfs_read()1577 … if (size == 0 || (p_buf = (BT_HDR *)fixed_queue_try_peek_first(slot->rx.queue)) == NULL) { in spp_vfs_read()
1259 p_buf = (BT_HDR *)fixed_queue_try_peek_first(p_port->rx.queue); in PORT_ReadData()