Home
last modified time | relevance | path

Searched refs:connection_handle (Results 1 – 6 of 6) sorted by relevance

/drivers/net/ethernet/qlogic/qed/
Dqed_ll2.h154 int qed_ll2_establish_connection(void *cxt, u8 connection_handle);
169 u8 connection_handle,
185 u8 connection_handle,
197 void qed_ll2_release_connection(void *cxt, u8 connection_handle);
214 u8 connection_handle,
228 int qed_ll2_terminate_connection(void *cxt, u8 connection_handle);
242 u8 connection_handle, struct qed_ll2_stats *p_stats);
Dqed_ll2.c92 u8 connection_handle, in qed_ll2b_complete_tx_packet() argument
249 u8 connection_handle, in __qed_ll2_handle_sanity() argument
255 if (connection_handle >= QED_MAX_NUM_OF_LL2_CONNECTIONS) in __qed_ll2_handle_sanity()
261 p_ll2_conn = &p_hwfn->p_ll2_info[connection_handle]; in __qed_ll2_handle_sanity()
278 u8 connection_handle) in qed_ll2_handle_sanity() argument
280 return __qed_ll2_handle_sanity(p_hwfn, connection_handle, false, true); in qed_ll2_handle_sanity()
284 u8 connection_handle) in qed_ll2_handle_sanity_lock() argument
286 return __qed_ll2_handle_sanity(p_hwfn, connection_handle, true, true); in qed_ll2_handle_sanity_lock()
291 u8 connection_handle) in qed_ll2_handle_sanity_inactive() argument
293 return __qed_ll2_handle_sanity(p_hwfn, connection_handle, false, false); in qed_ll2_handle_sanity_inactive()
[all …]
Dqed_iwarp.c2453 static void qed_iwarp_ll2_rel_rx_pkt(void *cxt, u8 connection_handle, in qed_iwarp_ll2_rel_rx_pkt() argument
2465 static void qed_iwarp_ll2_comp_tx_pkt(void *cxt, u8 connection_handle, in qed_iwarp_ll2_comp_tx_pkt() argument
2480 qed_iwarp_ll2_post_rx(p_hwfn, piggy, connection_handle); in qed_iwarp_ll2_comp_tx_pkt()
2483 qed_iwarp_ll2_post_rx(p_hwfn, buffer, connection_handle); in qed_iwarp_ll2_comp_tx_pkt()
2485 if (connection_handle == p_hwfn->p_rdma_info->iwarp.ll2_mpa_handle) in qed_iwarp_ll2_comp_tx_pkt()
2491 static void qed_iwarp_ll2_rel_tx_pkt(void *cxt, u8 connection_handle, in qed_iwarp_ll2_rel_tx_pkt() argument
2521 u8 connection_handle, in qed_iwarp_ll2_slowpath() argument
/drivers/infiniband/hw/qedr/
Dqedr_roce_cm.c67 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/
Dbe_cmds.h391 u32 connection_handle; member
1152 u32 connection_handle; member
Dbe_iscsi.c1114 beiscsi_ep->fw_handle = ptcpcnct_out->connection_handle; in beiscsi_open_conn()