Symbol: IXGBE_MSCA_MDI_COMMAND
drivers/net/ethernet/intel/ixgbe/ixgbe_phy.c
482
(IXGBE_MSCA_ADDR_CYCLE | IXGBE_MSCA_MDI_COMMAND));
drivers/net/ethernet/intel/ixgbe/ixgbe_phy.c
494
if ((command & IXGBE_MSCA_MDI_COMMAND) == 0)
drivers/net/ethernet/intel/ixgbe/ixgbe_phy.c
499
if ((command & IXGBE_MSCA_MDI_COMMAND) != 0) {
drivers/net/ethernet/intel/ixgbe/ixgbe_phy.c
510
(IXGBE_MSCA_READ | IXGBE_MSCA_MDI_COMMAND));
drivers/net/ethernet/intel/ixgbe/ixgbe_phy.c
522
if ((command & IXGBE_MSCA_MDI_COMMAND) == 0)
drivers/net/ethernet/intel/ixgbe/ixgbe_phy.c
526
if ((command & IXGBE_MSCA_MDI_COMMAND) != 0) {
drivers/net/ethernet/intel/ixgbe/ixgbe_phy.c
586
(IXGBE_MSCA_ADDR_CYCLE | IXGBE_MSCA_MDI_COMMAND));
drivers/net/ethernet/intel/ixgbe/ixgbe_phy.c
599
if ((command & IXGBE_MSCA_MDI_COMMAND) == 0)
drivers/net/ethernet/intel/ixgbe/ixgbe_phy.c
603
if ((command & IXGBE_MSCA_MDI_COMMAND) != 0) {
drivers/net/ethernet/intel/ixgbe/ixgbe_phy.c
615
(IXGBE_MSCA_WRITE | IXGBE_MSCA_MDI_COMMAND));
drivers/net/ethernet/intel/ixgbe/ixgbe_phy.c
627
if ((command & IXGBE_MSCA_MDI_COMMAND) == 0)
drivers/net/ethernet/intel/ixgbe/ixgbe_phy.c
631
if ((command & IXGBE_MSCA_MDI_COMMAND) != 0) {
drivers/net/ethernet/intel/ixgbe/ixgbe_phy.c
676
!(cmd & IXGBE_MSCA_MDI_COMMAND), 10,
drivers/net/ethernet/intel/ixgbe/ixgbe_phy.c
699
IXGBE_MSCA_READ_AUTOINC | IXGBE_MSCA_MDI_COMMAND;
drivers/net/ethernet/intel/ixgbe/ixgbe_phy.c
732
cmd = hwaddr | IXGBE_MSCA_ADDR_CYCLE | IXGBE_MSCA_MDI_COMMAND;
drivers/net/ethernet/intel/ixgbe/ixgbe_phy.c
738
cmd = hwaddr | IXGBE_MSCA_READ | IXGBE_MSCA_MDI_COMMAND;
drivers/net/ethernet/intel/ixgbe/ixgbe_phy.c
773
IXGBE_MSCA_MDI_COMMAND;
drivers/net/ethernet/intel/ixgbe/ixgbe_phy.c
804
cmd = hwaddr | IXGBE_MSCA_ADDR_CYCLE | IXGBE_MSCA_MDI_COMMAND;
drivers/net/ethernet/intel/ixgbe/ixgbe_phy.c
810
cmd = hwaddr | IXGBE_MSCA_WRITE | IXGBE_MSCA_MDI_COMMAND;