Home
last modified time | relevance | path

Searched refs:pflink_fullchk (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/doc/guides/nics/
H A Dixgbe.rst92 testpmd -a af:10.0,pflink_fullchk=1 -- -i
94 - ``pflink_fullchk`` (default **0**)
107 of the pflink_fullchk setting.
/f-stack/dpdk/drivers/net/ixgbe/
H A Dixgbe_ethdev.h513 uint8_t pflink_fullchk; member
H A Dixgbe_ethdev.c1504 uint16_t pflink_fullchk; in ixgbevf_parse_devargs() local
1515 devarg_handle_int, &pflink_fullchk) == 0 && in ixgbevf_parse_devargs()
1516 pflink_fullchk == 1) in ixgbevf_parse_devargs()
1517 adapter->pflink_fullchk = 1; in ixgbevf_parse_devargs()
4066 if (wait_to_complete == 0 && adapter->pflink_fullchk == 0) { in ixgbevf_check_link()