Home
last modified time | relevance | path

Searched refs:requested_fc (Results 1 – 5 of 5) sorted by relevance

/NextBSD/sys/dev/cxgb/common/
HDcxgb_t3_hw.c1547 if (lc->requested_fc & PAUSE_AUTONEG) in t3_link_changed()
1548 fc &= lc->requested_fc; in t3_link_changed()
1550 fc = lc->requested_fc & (PAUSE_RX | PAUSE_TX); in t3_link_changed()
1675 unsigned int fc = lc->requested_fc & (PAUSE_RX | PAUSE_TX); in t3_link_start()
4276 lc->requested_fc = lc->fc = PAUSE_RX | PAUSE_TX; in init_link_config()
4280 lc->requested_fc |= PAUSE_AUTONEG; in init_link_config()
HDcxgb_common.h437 unsigned char requested_fc; /* flow control user has requested */ member
/NextBSD/sys/dev/cxgbe/common/
HDt4_hw.c1892 if (lc->requested_fc & PAUSE_RX) in t4_link_start()
1894 if (lc->requested_fc & PAUSE_TX) in t4_link_start()
1905 lc->fc = lc->requested_fc & (PAUSE_RX | PAUSE_TX); in t4_link_start()
1908 lc->fc = lc->requested_fc & (PAUSE_RX | PAUSE_TX); in t4_link_start()
5517 lc->requested_fc = lc->fc = PAUSE_RX | PAUSE_TX; in init_link_config()
5521 lc->requested_fc |= PAUSE_AUTONEG; in init_link_config()
HDcommon.h311 unsigned char requested_fc; /* flow control user has requested */ member
/NextBSD/sys/dev/cxgbe/
HDt4_main.c826 pi->link_cfg.requested_fc &= ~(PAUSE_TX | PAUSE_RX); in t4_attach()
827 pi->link_cfg.requested_fc |= t4_pause_settings; in t4_attach()
5904 s[0] = '0' + (lc->requested_fc & (PAUSE_TX | PAUSE_RX)); in sysctl_pause_settings()
5923 if ((lc->requested_fc & (PAUSE_TX | PAUSE_RX)) != n) { in sysctl_pause_settings()
5926 lc->requested_fc &= ~(PAUSE_TX | PAUSE_RX); in sysctl_pause_settings()
5927 lc->requested_fc |= n; in sysctl_pause_settings()