Lines Matching refs:connection_handle

92 					u8 connection_handle,  in qed_ll2b_complete_tx_packet()  argument
250 u8 connection_handle, in __qed_ll2_handle_sanity() argument
256 if (connection_handle >= QED_MAX_NUM_OF_LL2_CONNECTIONS) in __qed_ll2_handle_sanity()
262 p_ll2_conn = &p_hwfn->p_ll2_info[connection_handle]; in __qed_ll2_handle_sanity()
279 u8 connection_handle) in qed_ll2_handle_sanity() argument
281 return __qed_ll2_handle_sanity(p_hwfn, connection_handle, false, true); in qed_ll2_handle_sanity()
285 u8 connection_handle) in qed_ll2_handle_sanity_lock() argument
287 return __qed_ll2_handle_sanity(p_hwfn, connection_handle, true, true); in qed_ll2_handle_sanity_lock()
292 u8 connection_handle) in qed_ll2_handle_sanity_inactive() argument
294 return __qed_ll2_handle_sanity(p_hwfn, connection_handle, false, false); in qed_ll2_handle_sanity_inactive()
297 static void qed_ll2_txq_flush(struct qed_hwfn *p_hwfn, u8 connection_handle) in qed_ll2_txq_flush() argument
306 p_ll2_conn = qed_ll2_handle_sanity_inactive(p_hwfn, connection_handle); in qed_ll2_txq_flush()
508 data.connection_handle = p_ll2_conn->my_id; in qed_ll2_rxq_handle_completion()
567 static void qed_ll2_rxq_flush(struct qed_hwfn *p_hwfn, u8 connection_handle) in qed_ll2_rxq_flush() argument
574 p_ll2_conn = qed_ll2_handle_sanity_inactive(p_hwfn, connection_handle); in qed_ll2_rxq_flush()
1460 int qed_ll2_establish_connection(void *cxt, u8 connection_handle) in qed_ll2_establish_connection() argument
1477 p_ll2_conn = qed_ll2_handle_sanity_lock(p_hwfn, connection_handle); in qed_ll2_establish_connection()
1525 qid = p_hwfn->hw_info.resc_start[QED_LL2_QUEUE] + connection_handle; in qed_ll2_establish_connection()
1599 u8 connection_handle, in qed_ll2_post_rx_buffer() argument
1612 p_ll2_conn = qed_ll2_handle_sanity(p_hwfn, connection_handle); in qed_ll2_post_rx_buffer()
1822 u8 connection_handle, in qed_ll2_prepare_tx_packet() argument
1834 p_ll2_conn = qed_ll2_handle_sanity(p_hwfn, connection_handle); in qed_ll2_prepare_tx_packet()
1874 u8 connection_handle, in qed_ll2_set_fragment_of_tx_packet() argument
1884 p_ll2_conn = qed_ll2_handle_sanity(p_hwfn, connection_handle); in qed_ll2_set_fragment_of_tx_packet()
1913 int qed_ll2_terminate_connection(void *cxt, u8 connection_handle) in qed_ll2_terminate_connection() argument
1924 p_ll2_conn = qed_ll2_handle_sanity_lock(p_hwfn, connection_handle); in qed_ll2_terminate_connection()
1938 qed_ll2_txq_flush(p_hwfn, connection_handle); in qed_ll2_terminate_connection()
1949 qed_ll2_rxq_flush(p_hwfn, connection_handle); in qed_ll2_terminate_connection()
1990 void qed_ll2_release_connection(void *cxt, u8 connection_handle) in qed_ll2_release_connection() argument
1995 p_ll2_conn = qed_ll2_handle_sanity(p_hwfn, connection_handle); in qed_ll2_release_connection()
2137 u8 connection_handle, struct qed_ll2_stats *p_stats) in qed_ll2_get_stats() argument
2145 if ((connection_handle >= QED_MAX_NUM_OF_LL2_CONNECTIONS) || in qed_ll2_get_stats()
2149 p_ll2_conn = &p_hwfn->p_ll2_info[connection_handle]; in qed_ll2_get_stats()
2169 u8 connection_handle, in qed_ll2b_release_rx_packet() argument