Home
last modified time | relevance | path

Searched refs:fct_flogi_xchg_t (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/io/comstar/port/fcoet/
H A Dfcoet_fc.h49 fcoet_do_flogi(fct_local_port_t *port, fct_flogi_xchg_t *fx);
H A Dfcoet_fc.c394 fcoet_do_flogi(fct_local_port_t *port, fct_flogi_xchg_t *fx) in fcoet_do_flogi()
/illumos-gate/usr/src/uts/common/sys/
H A Dfct.h280 } fct_flogi_xchg_t; typedef
416 fct_flogi_xchg_t *fx);
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_fct.c621 emlxs_fct_handle_unsol_flogi(emlxs_port_t *port, fct_flogi_xchg_t *fx, in emlxs_fct_handle_unsol_flogi()
627 fct_flogi_xchg_t fxchg; in emlxs_fct_handle_unsol_flogi()
635 bcopy(&port->fx, &fxchg, sizeof (fct_flogi_xchg_t)); in emlxs_fct_handle_unsol_flogi()
639 bcopy(fx, &port->fx, sizeof (fct_flogi_xchg_t)); in emlxs_fct_handle_unsol_flogi()
646 bzero(&port->fx, sizeof (fct_flogi_xchg_t)); in emlxs_fct_handle_unsol_flogi()
703 bcopy(fx, &port->fx, sizeof (fct_flogi_xchg_t)); in emlxs_fct_handle_unsol_flogi()
3238 fct_flogi_xchg_t fx; in emlxs_fct_handle_unsol_els()
3240 bzero((uint8_t *)&fx, sizeof (fct_flogi_xchg_t)); in emlxs_fct_handle_unsol_els()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h1130 fct_flogi_xchg_t fx;
1363 (fct_local_port_t *, fct_flogi_xchg_t *);
/illumos-gate/usr/src/uts/common/io/comstar/port/fct/
H A Ddiscovery.c412 fct_flogi_xchg_t fx; in fct_do_flogi()
502 fct_handle_rcvd_flogi(fct_local_port_t *port, fct_flogi_xchg_t *fx) in fct_handle_rcvd_flogi()
/illumos-gate/usr/src/uts/common/io/comstar/port/qlt/
H A Dqlt.c105 fct_flogi_xchg_t *fx);
3135 qlt_do_flogi(fct_local_port_t *port, fct_flogi_xchg_t *fx) in qlt_do_flogi()