Searched refs:last_duplex (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/sys/dev/vnic/
H A Dthunder_bgx_var.h44 unsigned int last_duplex; member in struct:lmac
H A Dthunder_bgx.c312 link->duplex = lmac->last_duplex;
356 port_cfg |= (lmac->last_duplex << 2);
387 if (lmac->last_duplex)
426 (lmac->last_duplex != duplex ||
434 lmac->last_duplex = duplex;
822 lmac->last_duplex = 1;
/freebsd-13-stable/sys/dev/bnxt/
H A Dbnxt.h323 uint8_t last_duplex; member in struct:bnxt_link_info
H A Dif_bnxt.c2205 if ((link_info->duplex == link_info->last_duplex) &&
2235 link_info->last_duplex = link_info->duplex;

Completed in 125 milliseconds