Lines Matching full:pause
5 * linkmode_resolve_pause - resolve the allowable pause modes
8 * @tx_pause: pointer to bool to indicate whether transmit pause should be
10 * @rx_pause: pointer to bool to indicate whether receive pause should be
16 * Pause AsymDir Pause AsymDir Result
47 * linkmode_set_pause - set the pause mode advertisement
52 * Configure the advertised Pause and Asym_Pause bits according to the
56 * tx rx Pause AsymDir
68 * Pause AsymDir Pause AsymDir Result
73 * pause frames:
76 * Pause AsymDir Pause AsymDir Result
81 * rx=1 tx=0 gives Pause+AsymDir advertisement, but we may end up
82 * resolving to tx+rx pause or only rx pause depending on
84 * rx=0 tx=1 gives AsymDir only, which will only give tx pause if
86 * rx=1 tx=1 gives Pause only, which will only allow tx+rx pause
87 * if the other end also advertises Pause.