Searched defs:tci (Results 1 – 10 of 10) sorted by relevance
/titanic_44/usr/src/uts/common/sys/ |
H A D | vlan.h | 65 #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 D | gld.h | 359 #define GLD_TCI2VTAG(tci) \ argument
|
/titanic_44/usr/src/uts/common/io/rge/ |
H A D | rge_rxtx.c | 480 rge_send_copy(rge_t *rgep, mblk_t *mp, uint16_t tci) in rge_send_copy() 614 uint16_t tci; in rge_send() local
|
H A D | rge_hw.h | 614 #define TCI_OS2CHIP(tci) (((tci & 0xff) << 8) | (tci >> 8)) argument 615 #define TCI_CHIP2OS(tci) (((tci & 0xff00) >> 8) | (tci << 8)) argument
|
/titanic_44/usr/src/uts/common/io/ |
H A D | trill.c | 95 boolean_t trill_hdr_ok, boolean_t multidest, uint16_t tci, in create_trill_header() 388 int tci; in trill_recv() local 1411 uint16_t tci) in trill_ctrl_input() 1549 uint16_t tci; in trill_send() local
|
H A D | bridge.c | 1694 reform_vlan_header(mblk_t *mp, uint16_t vlanid, uint16_t tci, uint16_t pvid) in reform_vlan_header() 1862 uint16_t vlanid, uint16_t tci, boolean_t from_trill, boolean_t is_xmit) in bridge_forward() 2112 uint16_t tci, vlanid; in bridge_get_vlan() local 2220 uint16_t vlanid, tci; in bridge_recv_cb() local 2449 uint16_t vlanid, tci; in bridge_xmit_cb() local 2555 uint16_t vlanid, tci; in bridge_trill_decaps() local
|
H A D | gldutil.c | 214 uint16_t tci; in gld_interpret_ether() local
|
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_ether.c | 137 uint16_t tci = 0; in interpret_ether() local
|
/titanic_44/usr/src/uts/common/fs/sockfs/ |
H A D | sockstr.c | 1198 struct T_conn_ind *tci; in soflushconnind() local
|
/titanic_44/usr/src/uts/common/io/dld/ |
H A D | dld_str.c | 1147 uint16_t tci, new_tci; in i_dld_ether_header_strip_tag() local
|