Lines Matching refs:icid
46 u32 icid; member
239 init_data.cid = p_conn->icid; in qed_sp_fcoe_conn_offload()
316 init_data.cid = p_conn->icid; in qed_sp_fcoe_conn_destroy()
605 u32 icid; in qed_fcoe_acquire_connection() local
608 rc = qed_cxt_acquire_cid(p_hwfn, PROTOCOLID_FCOE, &icid); in qed_fcoe_acquire_connection()
620 qed_cxt_release_cid(p_hwfn, icid); in qed_fcoe_acquire_connection()
626 p_conn->icid = icid; in qed_fcoe_acquire_connection()
627 p_conn->fw_cid = (p_hwfn->hw_info.opaque_fid << 16) | icid; in qed_fcoe_acquire_connection()
638 qed_cxt_release_cid(p_hwfn, p_conn->icid); in qed_fcoe_release_connection()
760 if (hash_con->con->icid == handle) in qed_fcoe_get_hash()
764 if (!hash_con || (hash_con->con->icid != handle)) in qed_fcoe_get_hash()
873 *handle = hash_con->con->icid; in qed_fcoe_acquire_conn()