Searched refs:vmac (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_vmac.c119 hxgep->vmac.maxframesize) != HPI_SUCCESS)
122 hxgep->vmac.tx_config = config;
134 uint16_t max_frame_length = hxgep->vmac.maxframesize;
156 hxgep->vmac.rx_config = xconfig;
222 * vmac. Max framesize is programed here in
226 (uint16_t)hxgep->vmac.maxframesize);
238 * Enable the vmac.
262 * vmac. Max framesize is programed here in
434 * data structure (hxgep->vmac.maxframesize);
H A Dhxge_hw.c65 hxgep->vmac.minframesize = MIN_FRAME_SIZE;
66 hxgep->vmac.maxframesize = HXGE_DEFAULT_MTU + MTU_TO_FRAME_SIZE;
68 hxgep->vmac.maxframesize = (uint16_t)hxge_jumbo_frame_size;
71 hxgep->vmac.maxframesize));
H A Dhxge.h303 hxge_vmac_t vmac; member in struct:_hxge_t
H A Dhxge_main.c3196 if (new_framesize == hxgep->vmac.maxframesize) {
3212 old_framesize = hxgep->vmac.maxframesize;
3213 hxgep->vmac.maxframesize = (uint16_t)new_framesize;
3216 hxgep->vmac.maxframesize =
3224 hxgep->vmac.maxframesize =
3231 new_mtu, hxgep->vmac.maxframesize));
4255 macp->m_max_sdu = hxgep->vmac.maxframesize - MTU_TO_FRAME_SIZE;
/illumos-gate/usr/src/uts/common/io/
H A Dcryptmod.c1188 iovec_t vdata, vmac; local
1203 vmac.iov_base = hmac;
1204 vmac.iov_len = hmaclen;
1209 mac.cd_raw = vmac;

Completed in 69 milliseconds