Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_iscsi.h62 struct ecore_iscsi_conn *p_conn);
78 struct ecore_iscsi_conn *p_conn,
96 struct ecore_iscsi_conn *p_conn,
114 struct ecore_iscsi_conn *p_conn,
133 struct ecore_iscsi_conn *p_conn,
152 struct ecore_iscsi_conn *p_conn,
H A Decore_iscsi_api.h196 struct ecore_iscsi_conn *p_conn);
207 struct ecore_iscsi_conn *p_conn);
220 struct ecore_iscsi_conn *p_conn);
235 struct ecore_iscsi_conn *p_conn);
249 struct ecore_iscsi_conn *p_conn);
263 struct ecore_iscsi_conn *p_conn);
H A Decore_fcoe_api.h123 struct ecore_fcoe_conn *p_conn);
127 struct ecore_fcoe_conn *p_conn);
130 struct ecore_fcoe_conn *p_conn);
H A Decore_fcoe.h58 struct ecore_fcoe_conn *p_conn,
64 struct ecore_fcoe_conn *p_conn,
H A Decore_cxt.c465 struct ecore_conn_type_cfg *p_conn = &p_mgr->conn_cfg[type]; in ecore_cxt_set_proto_cid_count() local
467 p_conn->cid_count = ROUNDUP(cid_count, DQ_RANGE_ALIGN); in ecore_cxt_set_proto_cid_count()
468 p_conn->cids_per_vf = ROUNDUP(vf_cid_cnt, DQ_RANGE_ALIGN); in ecore_cxt_set_proto_cid_count()
476 p_conn->cid_count = ROUNDUP(p_conn->cid_count, align); in ecore_cxt_set_proto_cid_count()