Home
last modified time | relevance | path

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

/drivers/net/ethernet/qlogic/qed/
Dqed_ll2.c256 struct qed_ll2_info *p_ll2_conn, *p_ret = NULL; in __qed_ll2_handle_sanity() local
264 p_ll2_conn = &p_hwfn->p_ll2_info[connection_handle]; in __qed_ll2_handle_sanity()
268 mutex_lock(&p_ll2_conn->mutex); in __qed_ll2_handle_sanity()
269 if (p_ll2_conn->b_active) in __qed_ll2_handle_sanity()
270 p_ret = p_ll2_conn; in __qed_ll2_handle_sanity()
272 mutex_unlock(&p_ll2_conn->mutex); in __qed_ll2_handle_sanity()
274 p_ret = p_ll2_conn; in __qed_ll2_handle_sanity()
303 struct qed_ll2_info *p_ll2_conn; in qed_ll2_txq_flush() local
308 p_ll2_conn = qed_ll2_handle_sanity_inactive(p_hwfn, connection_handle); in qed_ll2_txq_flush()
309 if (!p_ll2_conn) in qed_ll2_txq_flush()
[all …]