Home
last modified time | relevance | path

Searched refs:p_framesize (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/yge/
H A Dyge.c507 PUTCTRL(ring, prod, port->p_framesize | OP_PACKET | HW_OWNER); in yge_init_rx_ring()
1675 if (len > port->p_framesize) { in yge_send()
1838 if ((len > port->p_framesize) || (rxlen != len)) { in yge_rxeof()
1842 if ((len > port->p_framesize) || (rxlen != len) || in yge_rxeof()
1862 PUTCTRL(ring, cons, port->p_framesize | OP_PACKET | HW_OWNER); in yge_rxeof()
2426 port->p_framesize = ETHERMTU; in yge_start_port()
2428 port->p_framesize = port->p_mtu; in yge_start_port()
2429 port->p_framesize += sizeof (struct ether_vlan_header); in yge_start_port()
H A Dyge.h2241 int p_framesize; member