Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/
Dqed_iscsi.c124 if (p_hwfn->p_iscsi_info->event_cb) { in qed_iscsi_async_event()
125 struct qed_iscsi_info *p_iscsi = p_hwfn->p_iscsi_info; in qed_iscsi_async_event()
250 p_hwfn->p_iscsi_info->event_context = event_context; in qed_sp_iscsi_func_start()
251 p_hwfn->p_iscsi_info->event_cb = async_event_cb; in qed_sp_iscsi_func_start()
699 spin_lock_bh(&p_hwfn->p_iscsi_info->lock); in qed_iscsi_allocate_connection()
700 if (!list_empty(&p_hwfn->p_iscsi_info->free_list)) in qed_iscsi_allocate_connection()
701 p_conn = list_first_entry(&p_hwfn->p_iscsi_info->free_list, in qed_iscsi_allocate_connection()
705 spin_unlock_bh(&p_hwfn->p_iscsi_info->lock); in qed_iscsi_allocate_connection()
709 spin_unlock_bh(&p_hwfn->p_iscsi_info->lock); in qed_iscsi_allocate_connection()
788 spin_lock_bh(&p_hwfn->p_iscsi_info->lock); in qed_iscsi_acquire_connection()
[all …]
Dqed.h594 struct qed_iscsi_info *p_iscsi_info; member