Searched defs:vtag (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/tsort/common/
H A Derrmsg.h89 char vtag; member in struct:Err
/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_error.c170 sctp_send_abort(sctp_t *sctp, uint32_t vtag, uint16_t serror, char *details, argument
253 sh->sh_verf = vtag;
322 sctp_ootb_send_abort(uint32_t vtag, uint16_t serror, char *details, argument
414 insctph->sh_verf = vtag;
/illumos-gate/usr/src/uts/common/io/rge/
H A Drge_rxtx.c179 uint16_t vtag = 0; local
267 vtag = pflags & RBD_VLAN_TAG;
268 if (vtag) {
269 vtag = TCI_CHIP2OS(vtag);
279 ehp->ether_tci = htons(vtag);
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/oce/
H A Doce_rx.c41 static void oce_rx_insert_tag(mblk_t *mp, uint16_t vtag);
459 oce_rx_insert_tag(mblk_t *mp, uint16_t vtag) argument
468 ehp->ether_tci = LE_16(vtag);
/illumos-gate/usr/src/uts/common/io/
H A Dgldutil.c429 gld_insert_vtag_ether(mblk_t *mp, uint32_t vtag) argument
435 if (vtag == VLAN_VID_NONE)
469 SET_NET_USHORT(evhp->ether_tci, vtag);
470 vtag >>= 16;
471 SET_NET_USHORT(evhp->ether_tpid, vtag);
H A Dgld.c1727 * modules. MBLK_VTAG is used to save the vtag information.
2048 uint32_t vtag, vid; local
2083 vtag = VLAN_VID_NONE;
2127 vtag = GLD_MAKE_VTAG(upri, VLAN_CFI_ETHER, evid);
2131 * Get vtag from the attached PPA of this stream.
2135 vtag = GLD_MAKE_VTAG(upri, VLAN_CFI_ETHER, vid);
2167 pktinfo.pktLen > ifp->hdr_size + (vtag == 0 ? 0 : VTAG_SIZE) +
2176 ifp->hdr_size + (vtag == 0 ? 0 : VTAG_SIZE) +
2182 rc = (*gld->gld_send)(macinfo, mp, vtag);
2215 gld_precv(macinfo, nmp, vtag, stat
2502 gld_precv(gld_mac_info_t *macinfo, mblk_t *mp, uint32_t vtag, struct gld_stats *stats) argument
2578 gld_recv_tagged(gld_mac_info_t *macinfo, mblk_t *mp, uint32_t vtag) argument
3089 uint32_t vtag = 0; local
[all...]
/illumos-gate/usr/src/uts/common/io/atge/
H A Datge_l1c_reg.h76 uint32_t vtag; /* word 2 */ member in struct:l1c_rx_rdesc
/illumos-gate/usr/src/uts/common/io/sfe/
H A Dsfe_util.c269 sprintf(bp, " vtag:0x%04x", GET_NET16(&p[14]));
1302 "!%s: %s: copy: addr:0x%llx len:0x%x, vtag:0x%04x, min_pkt:%d",
1384 uint_t vtag; local
1410 vtag = GET_NET16(&bp[VTAG_OFF + 2]);
1411 ASSERT(vtag);
1412 flag |= vtag << GEM_TXFLAG_VTAG_SHIFT;
/illumos-gate/usr/src/uts/common/io/usbgem/
H A Dusbgem.c340 sprintf(bp, " vtag:0x%04x", GET_NET16(&p[14]));
4943 usbgem_gld_send_tagged(gld_mac_info_t *macinfo, mblk_t *mp, uint32_t vtag) argument
4963 flags = GLD_VTAG_TCI(vtag) << GEM_SEND_VTAG_SHIFT;
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/oce/
H A Doce_hw.h854 uint16_t vtag; member in struct:normal_vlan

Completed in 111 milliseconds