Searched refs:connection_handle (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | ecore_ll2_api.h | 93 u8 connection_handle; member 124 u8 connection_handle, 131 u8 connection_handle, 139 u8 connection_handle, 147 u8 connection_handle, 217 u8 connection_handle); 235 u8 connection_handle, 272 u8 connection_handle, 286 u8 connection_handle); 305 u8 connection_handle, [all …]
|
H A D | ecore_ll2.c | 62 u8 connection_handle, in __ecore_ll2_handle_sanity() argument 67 if (connection_handle >= ECORE_MAX_NUM_OF_LL2_CONNECTIONS) in __ecore_ll2_handle_sanity() 76 p_ll2_conn = &p_hwfn->p_ll2_info[connection_handle]; in __ecore_ll2_handle_sanity() 94 u8 connection_handle) in ecore_ll2_handle_sanity() argument 96 return __ecore_ll2_handle_sanity(p_hwfn, connection_handle, in ecore_ll2_handle_sanity() 102 u8 connection_handle) in ecore_ll2_handle_sanity_lock() argument 104 return __ecore_ll2_handle_sanity(p_hwfn, connection_handle, in ecore_ll2_handle_sanity_lock() 110 u8 connection_handle) in ecore_ll2_handle_sanity_inactive() argument 112 return __ecore_ll2_handle_sanity(p_hwfn, connection_handle, in ecore_ll2_handle_sanity_inactive() 120 u8 connection_handle, in ecore_ll2_get_fragment_of_tx_packet() argument [all …]
|
H A D | ecore_ll2.h | 168 u8 connection_handle,
|
H A D | ecore_iwarp.c | 2903 u8 OSAL_UNUSED connection_handle, in ecore_iwarp_ll2_rel_rx_pkt() argument 2922 u8 connection_handle, in ecore_iwarp_ll2_comp_tx_pkt() argument 2938 buffer, buffer->piggy_buf, connection_handle); in ecore_iwarp_ll2_comp_tx_pkt() 2947 connection_handle); in ecore_iwarp_ll2_comp_tx_pkt() 2951 connection_handle); in ecore_iwarp_ll2_comp_tx_pkt() 2953 if (connection_handle == p_hwfn->p_rdma_info->iwarp.ll2_mpa_handle) in ecore_iwarp_ll2_comp_tx_pkt() 2961 u8 OSAL_UNUSED connection_handle, in ecore_iwarp_ll2_rel_tx_pkt() argument 2998 u8 OSAL_UNUSED connection_handle, in ecore_iwarp_ll2_slowpath() argument
|
/freebsd/sys/netgraph/bluetooth/include/ |
H A D | ng_hci.h | 1721 u_int16_t connection_handle; 1739 u_int16_t connection_handle; 1743 u_int16_t connection_handle; 1749 u_int16_t connection_handle; 1772 u_int16_t connection_handle; 1780 u_int16_t connection_handle; 1785 u_int16_t connection_handle; 1790 u_int16_t connection_handle; 1794 u_int16_t connection_handle; 2145 u_int16_t connection_handle; 1661 u_int16_t connection_handle; global() member 1679 u_int16_t connection_handle; global() member 1683 u_int16_t connection_handle; global() member 1689 u_int16_t connection_handle; global() member 1712 u_int16_t connection_handle; global() member 1720 u_int16_t connection_handle; global() member 1725 u_int16_t connection_handle; global() member 1730 u_int16_t connection_handle; global() member 1734 u_int16_t connection_handle; global() member 2067 u_int16_t connection_handle; global() member 2076 u_int16_t connection_handle; global() member 2082 u_int16_t connection_handle; global() member 2089 u_int16_t connection_handle; global() member 2098 u_int16_t connection_handle; global() member 2120 u_int16_t connection_handle; global() member [all...] |
/freebsd/usr.sbin/bluetooth/hccontrol/ |
H A D | le.c | 1105 cp.connection_handle = (uint16_t) (n & 0x0fff); in le_read_channel_map() 1106 cp.connection_handle = htole16(cp.connection_handle); in le_read_channel_map() 1127 le16toh(rp.connection_handle)); in le_read_channel_map() 1152 cp.connection_handle = (uint16_t) (n & 0x0fff); in le_read_remote_features() 1153 cp.connection_handle = htole16(cp.connection_handle); in le_read_remote_features() 1201 le16toh(feat_event->connection_handle)); in handle_le_remote_features_event()
|
/freebsd/sys/dev/ocs_fc/ |
H A D | ocs_ioctl.h | 243 uint32_t connection_handle; member
|
/freebsd/sys/dev/qlnx/qlnxr/ |
H A D | qlnxr_cm.c | 58 uint8_t connection_handle, in qlnxr_ll2_complete_tx_packet() argument 149 u8 connection_handle, in qlnxr_ll2_release_rx_packet() argument
|