Searched refs:connection_handle (Results 1 – 6 of 6) sorted by relevance
/drivers/net/ethernet/qlogic/qed/ |
D | qed_ll2.h | 142 int qed_ll2_establish_connection(void *cxt, u8 connection_handle); 158 u8 connection_handle, 174 u8 connection_handle, 188 void qed_ll2_release_connection(void *cxt, u8 connection_handle); 204 u8 connection_handle, 216 int qed_ll2_terminate_connection(void *cxt, u8 connection_handle); 229 u8 connection_handle, struct qed_ll2_stats *p_stats);
|
D | qed_ll2.c | 92 u8 connection_handle, in qed_ll2b_complete_tx_packet() argument 252 u8 connection_handle, in __qed_ll2_handle_sanity() argument 258 if (connection_handle >= QED_MAX_NUM_OF_LL2_CONNECTIONS) in __qed_ll2_handle_sanity() 264 p_ll2_conn = &p_hwfn->p_ll2_info[connection_handle]; in __qed_ll2_handle_sanity() 281 u8 connection_handle) in qed_ll2_handle_sanity() argument 283 return __qed_ll2_handle_sanity(p_hwfn, connection_handle, false, true); in qed_ll2_handle_sanity() 287 u8 connection_handle) in qed_ll2_handle_sanity_lock() argument 289 return __qed_ll2_handle_sanity(p_hwfn, connection_handle, true, true); in qed_ll2_handle_sanity_lock() 294 u8 connection_handle) in qed_ll2_handle_sanity_inactive() argument 296 return __qed_ll2_handle_sanity(p_hwfn, connection_handle, false, false); in qed_ll2_handle_sanity_inactive() [all …]
|
D | qed_iwarp.c | 2467 static void qed_iwarp_ll2_rel_rx_pkt(void *cxt, u8 connection_handle, in qed_iwarp_ll2_rel_rx_pkt() argument 2479 static void qed_iwarp_ll2_comp_tx_pkt(void *cxt, u8 connection_handle, in qed_iwarp_ll2_comp_tx_pkt() argument 2494 qed_iwarp_ll2_post_rx(p_hwfn, piggy, connection_handle); in qed_iwarp_ll2_comp_tx_pkt() 2497 qed_iwarp_ll2_post_rx(p_hwfn, buffer, connection_handle); in qed_iwarp_ll2_comp_tx_pkt() 2499 if (connection_handle == p_hwfn->p_rdma_info->iwarp.ll2_mpa_handle) in qed_iwarp_ll2_comp_tx_pkt() 2505 static void qed_iwarp_ll2_rel_tx_pkt(void *cxt, u8 connection_handle, in qed_iwarp_ll2_rel_tx_pkt() argument 2535 u8 connection_handle, in qed_iwarp_ll2_slowpath() argument
|
/drivers/infiniband/hw/qedr/ |
D | qedr_roce_cm.c | 67 static void qedr_ll2_complete_tx_packet(void *cxt, u8 connection_handle, in qedr_ll2_complete_tx_packet() argument 125 static void qedr_ll2_release_rx_packet(void *cxt, u8 connection_handle, in qedr_ll2_release_rx_packet() argument
|
/drivers/scsi/be2iscsi/ |
D | be_cmds.h | 391 u32 connection_handle; member 1152 u32 connection_handle; member
|
D | be_iscsi.c | 1128 beiscsi_ep->fw_handle = ptcpcnct_out->connection_handle; in beiscsi_open_conn()
|