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 D | ecore_iscsi.h | 62 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 D | ecore_iscsi_api.h | 196 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 D | ecore_fcoe_api.h | 123 struct ecore_fcoe_conn *p_conn); 127 struct ecore_fcoe_conn *p_conn); 130 struct ecore_fcoe_conn *p_conn);
|
H A D | ecore_fcoe.h | 58 struct ecore_fcoe_conn *p_conn, 64 struct ecore_fcoe_conn *p_conn,
|
H A D | ecore_cxt.c | 465 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()
|