Searched refs:xpcs_window_size (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/sys/dev/axgbe/
H A Dif_axgbe_pci.c463 pdata->xpcs_window_size = XPCS_GET_BITS(reg, PCS_V2_WINDOW_DEF, SIZE);
464 pdata->xpcs_window_size = 1 << (pdata->xpcs_window_size + 7);
465 pdata->xpcs_window_mask = pdata->xpcs_window_size - 1;
473 pdata->xpcs_window_size);
H A Dxgbe.h1045 unsigned int xpcs_window_size; member in struct:xgbe_prv_data

Completed in 113 milliseconds