Lines Matching +full:tx +full:- +full:device
41 #define VNET_FAILURE (-1) /* unsuccessful return */
48 (ether_cmp(&ehp->ether_dhost, ðerbroadcastaddr) == 0)
50 ((ehp->ether_dhost.ether_addr_octet[0] & 01) == 1)
53 (ether_cmp(vresp->local_macaddr, vnetp->curr_macaddr) == 0)
56 * Flags used to indicate the state of the vnet device and its associated
69 uint64_t opackets; /* # tx packets */
70 uint64_t oerrors; /* # tx error */
93 kstat_named_t rbytes; /* MIB - ifInOctets */
95 kstat_named_t obytes; /* MIB - ifOutOctets */
97 kstat_named_t multircv; /* MIB - ifInNUcastPkts */
98 kstat_named_t multixmt; /* MIB - ifOutNUcastPkts */
99 kstat_named_t brdcstrcv; /* MIB - ifInNUcastPkts */
100 kstat_named_t brdcstxmt; /* MIB - ifOutNUcastPkts */
101 kstat_named_t norcvbuf; /* MIB - ifInDiscards */
102 kstat_named_t noxmtbuf; /* MIB - ifOutDiscards */
106 uint64_t opackets; /* # tx packets */
136 dev_info_t *hio_dip; /* Hybrid device's dip */
137 uint64_t hio_cookie; /* Hybrid device's cookie */
171 #define VNET_NUM_HYBRID_RINGS 2 /* # of Hybrid tx/rx rings */
175 * # of Pseudo TX Rings is defined based on the possible
176 * # of TX Hardware Rings from a Hybrid resource.
196 /* Pseudo TX Ring States */
206 * Psuedo TX Ring
233 /* of hardware tx ring; otherwise */
239 * Psuedo TX Ring Group
251 void *tx_notify_handle; /* Tx ring notification */
285 uint32_t mtu; /* mtu of the device */
309 mac_group_handle_t rx_hwgh; /* HIO rx ring-group hdl */
310 mac_group_handle_t tx_hwgh; /* HIO tx ring-group hdl */