Searched refs:hash_con (Results 1 – 3 of 3) sorted by relevance
260 if (!hash_con || hash_con->con->icid != handle) in qed_nvmetcp_get_hash()263 return hash_con; in qed_nvmetcp_get_hash()614 hash_con = kzalloc(sizeof(*hash_con), GFP_ATOMIC); in qed_nvmetcp_acquire_conn()615 if (!hash_con) in qed_nvmetcp_acquire_conn()623 kfree(hash_con); in qed_nvmetcp_acquire_conn()644 if (!hash_con) { in qed_nvmetcp_release_conn()653 kfree(hash_con); in qed_nvmetcp_release_conn()665 if (!hash_con) { in qed_nvmetcp_offload_conn()731 if (!hash_con) { in qed_nvmetcp_update_conn()766 if (!hash_con) { in qed_nvmetcp_clear_conn_sq()[all …]
1073 if (!hash_con || (hash_con->con->icid != handle)) in qed_iscsi_get_hash()1076 return hash_con; in qed_iscsi_get_hash()1162 hash_con = kzalloc(sizeof(*hash_con), GFP_ATOMIC); in qed_iscsi_acquire_conn()1163 if (!hash_con) in qed_iscsi_acquire_conn()1192 if (!hash_con) { in qed_iscsi_release_conn()1200 kfree(hash_con); in qed_iscsi_release_conn()1213 if (!hash_con) { in qed_iscsi_offload_conn()1288 if (!hash_con) { in qed_iscsi_update_conn()1312 if (!hash_con) { in qed_iscsi_clear_conn_sq()1328 if (!hash_con) { in qed_iscsi_destroy_conn()[all …]
765 if (!hash_con || (hash_con->con->icid != handle)) in qed_fcoe_get_hash()768 return hash_con; in qed_fcoe_get_hash()858 hash_con = kzalloc(sizeof(*hash_con), GFP_KERNEL); in qed_fcoe_acquire_conn()859 if (!hash_con) { in qed_fcoe_acquire_conn()869 kfree(hash_con); in qed_fcoe_acquire_conn()890 if (!hash_con) { in qed_fcoe_release_conn()898 kfree(hash_con); in qed_fcoe_release_conn()911 if (!hash_con) { in qed_fcoe_offload_conn()918 con = hash_con->con; in qed_fcoe_offload_conn()963 if (!hash_con) { in qed_fcoe_destroy_conn()[all …]