Lines Matching refs:connection_handle

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()
299 static void qed_ll2_txq_flush(struct qed_hwfn *p_hwfn, u8 connection_handle) in qed_ll2_txq_flush() argument
308 p_ll2_conn = qed_ll2_handle_sanity_inactive(p_hwfn, connection_handle); in qed_ll2_txq_flush()
513 data.connection_handle = p_ll2_conn->my_id; in qed_ll2_rxq_handle_completion()
581 static void qed_ll2_rxq_flush(struct qed_hwfn *p_hwfn, u8 connection_handle) in qed_ll2_rxq_flush() argument
588 p_ll2_conn = qed_ll2_handle_sanity_inactive(p_hwfn, connection_handle); in qed_ll2_rxq_flush()
1561 int qed_ll2_establish_connection(void *cxt, u8 connection_handle) in qed_ll2_establish_connection() argument
1580 p_ll2_conn = qed_ll2_handle_sanity_lock(p_hwfn, connection_handle); in qed_ll2_establish_connection()
1638 qid = qed_ll2_handle_to_queue_id(p_hwfn, connection_handle, in qed_ll2_establish_connection()
1775 u8 connection_handle, in qed_ll2_post_rx_buffer() argument
1788 p_ll2_conn = qed_ll2_handle_sanity(p_hwfn, connection_handle); in qed_ll2_post_rx_buffer()
1997 u8 connection_handle, in qed_ll2_prepare_tx_packet() argument
2009 p_ll2_conn = qed_ll2_handle_sanity(p_hwfn, connection_handle); in qed_ll2_prepare_tx_packet()
2050 u8 connection_handle, in qed_ll2_set_fragment_of_tx_packet() argument
2060 p_ll2_conn = qed_ll2_handle_sanity(p_hwfn, connection_handle); in qed_ll2_set_fragment_of_tx_packet()
2089 int qed_ll2_terminate_connection(void *cxt, u8 connection_handle) in qed_ll2_terminate_connection() argument
2100 p_ll2_conn = qed_ll2_handle_sanity_lock(p_hwfn, connection_handle); in qed_ll2_terminate_connection()
2114 qed_ll2_txq_flush(p_hwfn, connection_handle); in qed_ll2_terminate_connection()
2131 qed_ll2_rxq_flush(p_hwfn, connection_handle); in qed_ll2_terminate_connection()
2172 void qed_ll2_release_connection(void *cxt, u8 connection_handle) in qed_ll2_release_connection() argument
2177 p_ll2_conn = qed_ll2_handle_sanity(p_hwfn, connection_handle); in qed_ll2_release_connection()
2318 static int __qed_ll2_get_stats(void *cxt, u8 connection_handle, in __qed_ll2_get_stats() argument
2325 if ((connection_handle >= QED_MAX_NUM_OF_LL2_CONNECTIONS) || in __qed_ll2_get_stats()
2329 p_ll2_conn = &p_hwfn->p_ll2_info[connection_handle]; in __qed_ll2_get_stats()
2353 u8 connection_handle, struct qed_ll2_stats *p_stats) in qed_ll2_get_stats() argument
2356 return __qed_ll2_get_stats(cxt, connection_handle, p_stats); in qed_ll2_get_stats()
2360 u8 connection_handle, in qed_ll2b_release_rx_packet() argument