Home
last modified time | relevance | path

Searched refs:FC_PKT_BROADCAST (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfctl.h129 #define FC_PKT_BROADCAST 7 macro
/titanic_50/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcip.c4338 fc_pkt->pkt_tran_type != FC_PKT_BROADCAST) { in fcip_transport()
4341 fc_pkt->pkt_tran_type = FC_PKT_BROADCAST; in fcip_transport()
4345 if ((fc_pkt->pkt_tran_type != FC_PKT_BROADCAST) && in fcip_transport()
6937 fc_pkt->pkt_tran_type = FC_PKT_BROADCAST; in fcip_init_broadcast_pkt()
6956 fc_pkt->pkt_tran_type = FC_PKT_BROADCAST; in fcip_init_broadcast_pkt()
/titanic_50/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_sli3.c3932 if (pkt->pkt_tran_type == FC_PKT_BROADCAST) { in emlxs_sli3_prep_ip_iocb()
H A Demlxs_solaris.c2537 case FC_PKT_BROADCAST: in emlxs_fca_transport()