Lines Matching refs:cxt
65 static void qed_ll2b_complete_tx_packet(void *cxt, in qed_ll2b_complete_tx_packet() argument
72 struct qed_hwfn *p_hwfn = cxt; in qed_ll2b_complete_tx_packet()
135 static void qed_ll2b_complete_rx_packet(void *cxt, in qed_ll2b_complete_rx_packet() argument
138 struct qed_hwfn *p_hwfn = cxt; in qed_ll2b_complete_rx_packet()
1331 int qed_ll2_acquire_connection(void *cxt, struct qed_ll2_acquire_data *data) in qed_ll2_acquire_connection() argument
1333 struct qed_hwfn *p_hwfn = cxt; in qed_ll2_acquire_connection()
1514 int qed_ll2_establish_connection(void *cxt, u8 connection_handle) in qed_ll2_establish_connection() argument
1519 struct qed_hwfn *p_hwfn = cxt; in qed_ll2_establish_connection()
1710 int qed_ll2_post_rx_buffer(void *cxt, in qed_ll2_post_rx_buffer() argument
1715 struct qed_hwfn *p_hwfn = cxt; in qed_ll2_post_rx_buffer()
1930 int qed_ll2_prepare_tx_packet(void *cxt, in qed_ll2_prepare_tx_packet() argument
1935 struct qed_hwfn *p_hwfn = cxt; in qed_ll2_prepare_tx_packet()
1982 int qed_ll2_set_fragment_of_tx_packet(void *cxt, in qed_ll2_set_fragment_of_tx_packet() argument
1987 struct qed_hwfn *p_hwfn = cxt; in qed_ll2_set_fragment_of_tx_packet()
2022 int qed_ll2_terminate_connection(void *cxt, u8 connection_handle) in qed_ll2_terminate_connection() argument
2024 struct qed_hwfn *p_hwfn = cxt; in qed_ll2_terminate_connection()
2105 void qed_ll2_release_connection(void *cxt, u8 connection_handle) in qed_ll2_release_connection() argument
2107 struct qed_hwfn *p_hwfn = cxt; in qed_ll2_release_connection()
2251 static int __qed_ll2_get_stats(void *cxt, u8 connection_handle, in __qed_ll2_get_stats() argument
2254 struct qed_hwfn *p_hwfn = cxt; in __qed_ll2_get_stats()
2285 int qed_ll2_get_stats(void *cxt, in qed_ll2_get_stats() argument
2289 return __qed_ll2_get_stats(cxt, connection_handle, p_stats); in qed_ll2_get_stats()
2292 static void qed_ll2b_release_rx_packet(void *cxt, in qed_ll2b_release_rx_packet() argument
2298 struct qed_hwfn *p_hwfn = cxt; in qed_ll2b_release_rx_packet()