HomeSort by: relevance | last modified time | path
    Searched defs:dft_ctrl (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/pci/
if_wm.c 17382 uint16_t dft_ctrl, data; local in function:wm_lv_jumbo_workaround_ich8lan
17397 rv = sc->phy.readreg_locked(dev, 2, I82579_DFT_CTRL, &dft_ctrl);
17401 dft_ctrl | (1 << 14));
17538 dft_ctrl & ~(1 << 14));
if_wm.c 17382 uint16_t dft_ctrl, data; local in function:wm_lv_jumbo_workaround_ich8lan
17397 rv = sc->phy.readreg_locked(dev, 2, I82579_DFT_CTRL, &dft_ctrl);
17401 dft_ctrl | (1 << 14));
17538 dft_ctrl & ~(1 << 14));
if_wm.c 17382 uint16_t dft_ctrl, data; local in function:wm_lv_jumbo_workaround_ich8lan
17397 rv = sc->phy.readreg_locked(dev, 2, I82579_DFT_CTRL, &dft_ctrl);
17401 dft_ctrl | (1 << 14));
17538 dft_ctrl & ~(1 << 14));

Completed in 104 milliseconds