Lines Matching defs:mode
3823 * igb_set_loopback_mode - Setup loopback based on the loopback mode
3826 igb_set_loopback_mode(igb_t *igb, uint32_t mode)
3831 if (mode == igb->loopback_mode)
3836 igb->loopback_mode = mode;
3838 if (mode == IGB_LB_NONE) {
3848 switch (mode) {
3872 if (mode == IGB_LB_EXTERNAL) {
3907 * igb_set_external_loopback - Set the external loopback mode
3917 /* Set link mode to PHY (00b) in the Extended Control register */
3929 * igb_set_internal_phy_loopback - Set the internal PHY loopback mode
3941 /* Set link mode to PHY (00b) in the Extended Control register */
3948 * Set full duplex mode
3963 * igb_set_internal_serdes_loopback - Set the internal SerDes loopback mode
3976 /* Set link mode to SerDes (11b) in the Extended Control register */