Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/ethernet/qlogic/qed/
A Dqed_iscsi.c702 if (p_conn) { in qed_iscsi_allocate_connection()
705 *p_out_conn = p_conn; in qed_iscsi_allocate_connection()
713 p_conn = kzalloc(sizeof(*p_conn), GFP_KERNEL); in qed_iscsi_allocate_connection()
714 if (!p_conn) in qed_iscsi_allocate_connection()
756 *p_out_conn = p_conn; in qed_iscsi_allocate_connection()
774 kfree(p_conn); in qed_iscsi_allocate_connection()
795 p_conn = p_in_conn; in qed_iscsi_acquire_connection()
809 p_conn->icid = icid; in qed_iscsi_acquire_connection()
813 *p_out_conn = p_conn; in qed_iscsi_acquire_connection()
841 kfree(p_conn); in qed_iscsi_free_connection()
[all …]
A Dqed_fcoe.c375 p_conn = in qed_fcoe_allocate_connection()
378 if (p_conn) { in qed_fcoe_allocate_connection()
386 p_conn = kzalloc(sizeof(*p_conn), GFP_KERNEL); in qed_fcoe_allocate_connection()
387 if (!p_conn) in qed_fcoe_allocate_connection()
429 *p_out_conn = p_conn; in qed_fcoe_allocate_connection()
455 kfree(p_conn); in qed_fcoe_allocate_connection()
464 if (!p_conn) in qed_fcoe_free_connection()
496 kfree(p_conn); in qed_fcoe_free_connection()
588 if (!p_conn) in qed_fcoe_free()
615 p_conn = p_in_conn; in qed_fcoe_acquire_connection()
[all …]
A Dqed_nvmetcp.c340 p_tcp->ttl = p_conn->ttl; in qed_sp_nvmetcp_conn_offload()
469 if (p_conn) { in qed_nvmetcp_allocate_connection()
472 *p_out_conn = p_conn; in qed_nvmetcp_allocate_connection()
480 p_conn = kzalloc(sizeof(*p_conn), GFP_KERNEL); in qed_nvmetcp_allocate_connection()
481 if (!p_conn) in qed_nvmetcp_allocate_connection()
504 *p_out_conn = p_conn; in qed_nvmetcp_allocate_connection()
513 kfree(p_conn); in qed_nvmetcp_allocate_connection()
541 p_conn->icid = icid; in qed_nvmetcp_acquire_connection()
544 *p_out_conn = p_conn; in qed_nvmetcp_acquire_connection()
564 kfree(p_conn); in qed_nvmetcp_free_connection()
[all …]
A Dqed_cxt.c313 struct qed_conn_type_cfg *p_conn = &p_mgr->conn_cfg[type]; in qed_cxt_set_proto_cid_count() local
315 p_conn->cid_count = roundup(cid_count, DQ_RANGE_ALIGN); in qed_cxt_set_proto_cid_count()
316 p_conn->cids_per_vf = roundup(vf_cid_cnt, DQ_RANGE_ALIGN); in qed_cxt_set_proto_cid_count()
324 p_conn->cid_count = roundup(p_conn->cid_count, align); in qed_cxt_set_proto_cid_count()

Completed in 18 milliseconds