Searched refs:ss_eport (Results 1 - 8 of 8) sorted by relevance
/illumos-gate/usr/src/uts/common/io/comstar/port/fcoet/ |
H A D | fcoet_fc.c | 237 frm = CMD2SS(cmd)->ss_eport->eport_alloc_frame( 238 CMD2SS(cmd)->ss_eport, sizeof (fcoe_fcp_xfer_rdy_t) + 258 CMD2SS(cmd)->ss_eport->eport_tx_frame(frm); 276 frm = CMD2SS(cmd)->ss_eport->eport_alloc_frame( 277 CMD2SS(cmd)->ss_eport, data_size + FCFH_SIZE, 317 CMD2SS(cmd)->ss_eport->eport_tx_frame(frm); 445 frm = ss->ss_eport->eport_alloc_frame(ss->ss_eport, 483 bcopy(ss->ss_eport->eport_portwwn, frm->frm_payload+20, 8); 484 bcopy(ss->ss_eport [all...] |
H A D | fcoet.c | 511 ss->ss_eport = eport; 551 bcopy(ss->ss_eport->eport_nodewwn, port->port_nwwn, 8); 552 bcopy(ss->ss_eport->eport_portwwn, port->port_pwwn, 8); 638 ss->ss_eport->eport_deregister_client(ss->ss_eport); 657 if (ss->ss_eport != NULL && 658 ss->ss_eport->eport_flags & EPORT_FLAG_MAC_IN_USE) { 713 if (ss->ss_eport != NULL && 714 ss->ss_eport->eport_deregister_client != NULL) { 715 ss->ss_eport [all...] |
H A D | fcoet_eth.c | 333 FRM2SS(frm)->ss_eport->eport_release_frame(frm); 1066 if (!(xch->xch_ss->ss_eport->eport_flags & EPORT_FLAG_IS_DIRECT_P2P)) { 1079 frm = xch->xch_ss->ss_eport->eport_alloc_frame(xch->xch_ss->ss_eport, 1110 bcopy(xch->xch_ss->ss_eport->eport_portwwn, frm->frm_payload + 20, 8); 1111 bcopy(xch->xch_ss->ss_eport->eport_nodewwn, frm->frm_payload + 28, 8); 1123 xch->xch_ss->ss_eport->eport_tx_frame(frm);
|
H A D | fcoet.h | 95 fcoe_port_t *ss_eport; member in struct:fcoet_soft_state
|
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/fcoei/ |
H A D | fcoei_lv.c | 216 ss->ss_eport->eport_ctl(ss->ss_eport, FCOE_CMD_PORT_OFFLINE, NULL); 516 ss->ss_eport->eport_ctl(ss->ss_eport, FCOE_CMD_PORT_OFFLINE, 0); 517 fcoei_port_event(ss->ss_eport, FCOE_NOTIFY_EPORT_LINK_DOWN); 818 ss->ss_eport->eport_ctl(ss->ss_eport, FCOE_CMD_PORT_ONLINE, NULL); 854 frm = xch->xch_ss->ss_eport->eport_alloc_frame(xch->xch_ss->ss_eport, 1021 xch->xch_ss->ss_eport [all...] |
H A D | fcoei_eth.c | 180 FRM2SS(frm)->ss_eport->eport_release_frame(frm); 251 nfrm = FRM2SS(frm)->ss_eport->eport_alloc_frame( 252 FRM2SS(frm)->ss_eport, data_size + FCFH_SIZE, NULL); 278 xch->xch_ss->ss_eport->eport_tx_frame(nfrm); 291 nfrm = xch->xch_ss->ss_eport->eport_alloc_frame( 292 xch->xch_ss->ss_eport, data_size + FCFH_SIZE, NULL); 327 xch->xch_ss->ss_eport->eport_tx_frame(nfrm); 498 nfrm = FRM2SS(frm)->ss_eport->eport_alloc_frame( 499 FRM2SS(frm)->ss_eport, 522 nfrm = FRM2SS(frm)->ss_eport [all...] |
H A D | fcoei.c | 443 ss->ss_eport = eport; 491 * ss->ss_eport has been initialized 547 bcopy(ss->ss_eport->eport_portwwn, ss->ss_rnid.global_id, 8); 619 ss->ss_eport->eport_deregister_client(ss->ss_eport); 1044 frm = xch->xch_ss->ss_eport->eport_alloc_frame(xch->xch_ss->ss_eport, 1059 xch->xch_ss->ss_eport->eport_tx_frame(frm); 1100 xch->xch_ss->ss_eport->eport_free_netb(frm->frm_netb); 1101 xch->xch_ss->ss_eport [all...] |
H A D | fcoei.h | 113 fcoe_port_t *ss_eport; member in struct:fcoei_soft_state
|
Completed in 56 milliseconds