Searched refs:p_conn (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12-stable/sys/dev/qlnx/qlnxe/ |
| D | ecore_iscsi.h | 73 struct ecore_iscsi_conn *p_conn); 89 struct ecore_iscsi_conn *p_conn, 107 struct ecore_iscsi_conn *p_conn, 125 struct ecore_iscsi_conn *p_conn, 144 struct ecore_iscsi_conn *p_conn, 164 struct ecore_iscsi_conn *p_conn, 183 struct ecore_iscsi_conn *p_conn,
|
| D | ecore_iscsi_api.h | 228 ecore_iscsi_setup_connection(struct ecore_iscsi_conn *p_conn); 253 struct ecore_iscsi_conn *p_conn); 264 struct ecore_iscsi_conn *p_conn); 277 struct ecore_iscsi_conn *p_conn); 292 struct ecore_iscsi_conn *p_conn); 306 struct ecore_iscsi_conn *p_conn); 322 struct ecore_iscsi_conn *p_conn, 338 struct ecore_iscsi_conn *p_conn);
|
| D | ecore_fcoe_api.h | 120 struct ecore_fcoe_conn *p_conn); 124 struct ecore_fcoe_conn *p_conn); 127 struct ecore_fcoe_conn *p_conn);
|
| D | ecore_fcoe.h | 65 struct ecore_fcoe_conn *p_conn, 71 struct ecore_fcoe_conn *p_conn,
|
| D | ecore_cxt.c | 493 struct ecore_conn_type_cfg *p_conn = &p_mgr->conn_cfg[type]; in ecore_cxt_set_proto_cid_count() local 495 p_conn->cid_count = ROUNDUP(cid_count, DQ_RANGE_ALIGN); in ecore_cxt_set_proto_cid_count() 496 p_conn->cids_per_vf = ROUNDUP(vf_cid_cnt, DQ_RANGE_ALIGN); in ecore_cxt_set_proto_cid_count() 504 p_conn->cid_count = ROUNDUP(p_conn->cid_count, align); in ecore_cxt_set_proto_cid_count()
|