Home
last modified time | relevance | path

Searched defs:tci (Results 1 – 10 of 10) sorted by relevance

/titanic_52/usr/src/uts/common/sys/
H A Dvlan.h65 #define VLAN_PRI(tci) (((tci) >> VLAN_PRI_SHIFT) & VLAN_PRI_MASK) argument
66 #define VLAN_CFI(tci) (((tci) >> VLAN_CFI_SHIFT) & VLAN_CFI_MASK) argument
67 #define VLAN_ID(tci) (((tci) >> VLAN_ID_SHIFT) & VLAN_ID_MASK) argument
H A Dgld.h359 #define GLD_TCI2VTAG(tci) \ argument
/titanic_52/usr/src/uts/common/io/rge/
H A Drge_rxtx.c480 rge_send_copy(rge_t *rgep, mblk_t *mp, uint16_t tci) in rge_send_copy() argument
614 uint16_t tci; in rge_send() local
[all...]
H A Drge_hw.h614 #define TCI_OS2CHIP(tci) (((tci & 0xff) << 8) | (tci >> 8)) argument
615 #define TCI_CHIP2OS(tci) (((tci & 0xff00) >> 8) | (tci << 8)) argument
/titanic_52/usr/src/uts/common/io/
H A Dtrill.c95 boolean_t trill_hdr_ok, boolean_t multidest, uint16_t tci, in create_trill_header() argument
388 int tci; in trill_recv() local
1411 trill_ctrl_input(trill_sock_t * tsock,mblk_t * mp,const uint8_t * saddr,uint16_t tci) trill_ctrl_input() argument
1549 uint16_t tci; trill_send() local
[all...]
H A Dbridge.c1694 reform_vlan_header(mblk_t *mp, uint16_t vlanid, uint16_t tci, uint16_t pvid) in reform_vlan_header() argument
1862 uint16_t vlanid, uint16_t tci, boolean_ in bridge_forward() argument
2112 uint16_t tci, vlanid; bridge_get_vlan() local
2220 uint16_t vlanid, tci; bridge_recv_cb() local
2449 uint16_t vlanid, tci; bridge_xmit_cb() local
2555 uint16_t vlanid, tci; bridge_trill_decaps() local
[all...]
H A Dgldutil.c214 uint16_t tci; in gld_interpret_ether() local
/titanic_52/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ether.c137 uint16_t tci = 0; in interpret_ether() local
/titanic_52/usr/src/uts/common/fs/sockfs/
H A Dsockstr.c1198 struct T_conn_ind *tci; in soflushconnind() local
/titanic_52/usr/src/uts/common/io/dld/
H A Ddld_str.c1147 uint16_t tci, new_tci; in i_dld_ether_header_strip_tag() local