Searched refs:eport (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fcoe/
H A Dfcoe_fc.c58 static void fcoe_deregister_client(fcoe_port_t *eport);
59 static int fcoe_ctl(fcoe_port_t *eport, int cmd, void *arg);
61 static void *fcoe_alloc_netb(fcoe_port_t *eport,
73 fcoe_port_t *eport; local
108 eport = &mac->fm_eport;
109 eport->eport_flags = client->ect_eport_flags | EPORT_FLAG_MAC_IN_USE;
110 eport->eport_fcoe_private = mac;
111 eport->eport_client_private = client->ect_client_port_struct;
112 eport->eport_max_fc_frame_size = 2136;
113 eport
134 fcoe_deregister_client(fcoe_port_t *eport) argument
158 fcoe_ctl(fcoe_port_t *eport, int cmd, void *arg) argument
252 fcoe_alloc_netb(fcoe_port_t *eport, uint32_t fc_frame_size, uint8_t **ppfc) argument
272 fcoe_allocate_frame(fcoe_port_t *eport, uint32_t fc_frame_size, void *xmp) argument
[all...]
H A Dfcoe_eth.c339 fcoe_mac_set_address(fcoe_port_t *eport, uint8_t *addr, boolean_t fc_assigned) argument
341 fcoe_mac_t *mac = EPORT2MAC(eport);
H A Dfcoe.c676 fcoe_port_t *eport; local
720 eport = &fcoe_mac->fm_eport;
722 fcoe_init_wwn_from_mac(eport->eport_portwwn,
725 (void) memcpy(eport->eport_portwwn, param->fcp_pwwn, 8);
729 fcoe_init_wwn_from_mac(eport->eport_nodewwn,
732 (void) memcpy(eport->eport_nodewwn, param->fcp_nwwn, 8);
/illumos-gate/usr/src/uts/common/io/comstar/port/fcoet/
H A Dfcoet_eth.h35 void fcoet_port_event(fcoe_port_t *eport, uint32_t event);
H A Dfcoet.c437 fcoe_port_t *eport; local
469 * It's FCoE's responsiblity to initialize eport's all elements
471 eport = fcoe_register_client(&client_fcoet);
472 if (eport == NULL) {
511 ss->ss_eport = eport;
512 FCOE_SET_DEFAULT_FPORT_ADDR(eport->eport_efh_dst);
H A Dfcoet_eth.c337 fcoet_port_event(fcoe_port_t *eport, uint32_t event) argument
339 fcoet_soft_state_t *ss = EPORT2SS(eport);
342 if (eport->eport_mtu >= FCOE_MIN_MTU_SIZE) {
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/fcoei/
H A Dfcoei_eth.c1291 * eport = to indicate which port has changed
1301 fcoei_port_event(fcoe_port_t *eport, uint32_t event) argument
1305 if (!(EPORT2SS(eport)->ss_flags & SS_FLAG_LV_BOUND)) {
1310 mutex_enter(&EPORT2SS(eport)->ss_watchdog_mutex);
1313 EPORT2SS(eport)->ss_link_state = FC_STATE_OFFLINE;
1315 eport->eport_portwwn[0], eport->eport_portwwn[1],
1316 eport->eport_portwwn[2], eport->eport_portwwn[3],
1317 eport
[all...]
H A Dfcoei.c408 fcoe_port_t *eport; local
436 * It's fcoe's responsiblity to initialize eport's all elements,
437 * so we needn't do eport initialization
439 eport = fcoe_register_client(&client_fcoei);
440 if (eport == NULL) {
443 ss->ss_eport = eport;
444 FCOE_SET_DEFAULT_FPORT_ADDR(eport->eport_efh_dst);
530 bcopy(eport->eport_portwwn, els->nport_ww_name.raw_wwn, 8);
531 bcopy(eport->eport_nodewwn, els->node_ww_name.raw_wwn, 8);
572 eport
[all...]
H A Dfcoei.h363 void fcoei_port_event(fcoe_port_t *eport, uint32_t event);
/illumos-gate/usr/src/uts/common/sys/fcoe/
H A Dfcoe_common.h135 fcoe_frame_t *(*eport_alloc_frame)(struct fcoe_port *eport,
138 void *(*eport_alloc_netb)(struct fcoe_port *eport,
141 void (*eport_deregister_client)(struct fcoe_port *eport);
142 int (*eport_ctl)(struct fcoe_port *eport,
144 int (*eport_set_mac_address)(struct fcoe_port *eport,
187 void (*ect_port_event)(fcoe_port_t *eport, uint32_t event);
300 #define EPORT_CLT_TYPE(eport) \
301 (((eport)->eport_flags & EPORT_FLAG_INI_MODE) ? \
/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/x86pi/
H A Dx86pi_bay.c260 x86pi_gen_bay(topo_mod_t *mod, tnode_t *t_parent, smbios_port_ext_t *eport, argument
283 port_id = eport->smbporte_port;
319 rv = bay_bdf(mod, eport, &bdf);
329 rv = bay_update_tnode(mod, tn_bay, bdf, eport->smbporte_phy);

Completed in 79 milliseconds