Lines Matching defs:pipe

64 static void nfa_hci_set_receive_buf (UINT8 pipe);
223 /* No two gates can own a same pipe */
233 /* Every bit set in pipe increment mask indicates a valid pipe */
236 /* Check if the pipe is valid one */
250 /* Check if pipe id is valid */
254 /* Check if pipe state is valid */
259 /* Check if local gate on which the pipe is created is valid */
264 /* Check if the peer gate on which the pipe is created is valid */
269 /* Check if the same pipe is present more than once in the control block */
293 /* Check if admin pipe state is valid */
298 /* Check if link management pipe state is valid */
306 /* Every bit set in pipe increment mask indicates a valid pipe */
309 /* Check if the pipe is valid one */
312 /* Check if the pipe is connected to Identity management gate */
458 /* First step in initialization is to open the admin pipe */
564 UINT8 pipe;
580 /* First step in initialization/restore is to open the admin pipe */
615 pipe = (*p++) & 0x7F;
632 nfa_hci_set_receive_buf (pipe);
637 if ((pipe >= NFA_HCI_FIRST_DYNAMIC_PIPE) && (nfa_hci_cb.type == NFA_HCI_EVENT_TYPE))
639 nfa_hci_set_receive_buf (pipe);
668 NFA_TRACE_EVENT5 ("nfa_hci_conn_cback Recvd data pipe:%d %s chain:%d assmbl:%d len:%d",
669 (UINT8)pipe, nfa_hciu_get_type_inst_names (pipe, nfa_hci_cb.type, nfa_hci_cb.inst),
672 NFA_TRACE_EVENT6 ("nfa_hci_conn_cback Recvd data pipe:%d Type: %u Inst: %u chain:%d reassm:%d len:%d",
673 pipe, nfa_hci_cb.type, nfa_hci_cb.inst, chaining_bit, nfa_hci_cb.assembling, p_pkt->len);
694 switch (pipe)
719 if (pipe >= NFA_HCI_FIRST_DYNAMIC_PIPE)
720 nfa_hci_handle_dyn_pipe_pkt (pipe, p, pkt_len);
832 evt_data.rcvd_evt.pipe = nfa_hci_cb.pipe_in_use;
847 * As no response to the command sent on this pipe, we may assume the pipe is
848 * deleted already and release the pipe. But still send delete pipe command to be safe.
851 evt_data.registry.pipe = nfa_hci_cb.pipe_in_use;
859 * As no response to the command sent on this pipe, we may assume the pipe is
860 * deleted already and release the pipe. But still send delete pipe command to be safe.
863 evt_data.registry.pipe = nfa_hci_cb.pipe_in_use;
871 * As no response to the command sent on this pipe, we may assume the pipe is
872 * deleted already and release the pipe. But still send delete pipe command to be safe.
875 evt_data.opened.pipe = nfa_hci_cb.pipe_in_use;
881 * As no response to the command sent on this pipe, we may assume the pipe is
882 * deleted already and release the pipe. But still send delete pipe command to be safe.
885 evt_data.closed.pipe = nfa_hci_cb.pipe_in_use;
890 evt_data.created.pipe = nfa_hci_cb.pipe_in_use;
899 * As no response to the command sent on this pipe, we may assume the pipe is
900 * deleted already. Just release the pipe.
904 evt_data.deleted.pipe = nfa_hci_cb.pipe_in_use;
910 * As no response to the command sent on this pipe, we may assume the pipe is
911 * deleted already and release the pipe. But still send delete pipe command to be safe.
940 static void nfa_hci_set_receive_buf (UINT8 pipe)
942 if ( (pipe >= NFA_HCI_FIRST_DYNAMIC_PIPE)