Searched defs:vtag (Results 1 – 11 of 11) sorted by relevance
/titanic_52/usr/src/uts/common/inet/sctp/ |
H A D | sctp_error.c | 170 sctp_send_abort(sctp_t *sctp, uint32_t vtag, uint16_t serror, char *details, in sctp_send_abort() argument 322 sctp_ootb_send_abort(uint32_t vtag, uint16_t serror, char *details, in sctp_ootb_send_abort() argument
|
/titanic_52/usr/src/uts/common/sys/ |
H A D | gld.h | 373 #define GLD_VTAG_TPID(vtag) (((vtag) & VLAN_TPID_MASK) >> VLAN_TPID_SHIFT) argument 374 #define GLD_VTAG_TCI(vtag) (((vtag) & VLAN_TCI_MASK) >> VLAN_TCI_SHIFT) argument 376 #define GLD_VTAG_PRI(vtag) (((vtag) & VLAN_PRI_MASK) >> VLAN_PRI_SHIFT) argument 377 #define GLD_VTAG_CFI(vtag) (((vtag) & VLAN_CFI_MASK) >> VLAN_CFI_SHIFT) argument 378 #define GLD_VTAG_VID(vtag) (((vtag) argument [all...] |
H A D | gldpriv.h | 623 #define GLD_SAVE_MBLK_VTAG(mp, vtag) (DB_TCI(mp) = GLD_VTAG_TCI(vtag)) argument
|
/titanic_52/usr/src/cmd/sgs/tsort/common/ |
H A D | errmsg.h | 89 char vtag; member
|
/titanic_52/usr/src/uts/common/io/rge/ |
H A D | rge_rxtx.c | 179 uint16_t vtag = 0; in rge_receive_packet() local
|
/titanic_52/usr/src/uts/common/io/fibre-channel/fca/oce/ |
H A D | oce_rx.c | 459 oce_rx_insert_tag(mblk_t *mp, uint16_t vtag) in oce_rx_insert_tag() argument
|
/titanic_52/usr/src/uts/common/io/ |
H A D | gld.c | 2048 uint32_t vtag, vid; in gld_start() local 2502 gld_precv(gld_mac_info_t * macinfo,mblk_t * mp,uint32_t vtag,struct gld_stats * stats) gld_precv() argument 2578 gld_recv_tagged(gld_mac_info_t * macinfo,mblk_t * mp,uint32_t vtag) gld_recv_tagged() argument 3089 uint32_t vtag = 0; gld_passon() local [all...] |
H A D | gldutil.c | 429 gld_insert_vtag_ether(mblk_t *mp, uint32_t vtag) in gld_insert_vtag_ether() argument
|
/titanic_52/usr/src/uts/common/io/atge/ |
H A D | atge_l1c_reg.h | 76 uint32_t vtag; /* word 2 */ member
|
/titanic_52/usr/src/uts/common/io/sfe/ |
H A D | sfe_util.c | 1384 uint_t vtag; in gem_txbuf_options() local
|
/titanic_52/usr/src/uts/common/sys/fibre-channel/fca/oce/ |
H A D | oce_hw.h | 854 uint16_t vtag; member
|