Searched refs:IFM_FLOW (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/net/ |
| H A D | if_media.h | 354 #define IFM_FLOW 0x00400000 /* enable hardware flow control */ macro 373 #define IFM_ETH_FMASK (IFM_FLOW | IFM_ETH_RXPAUSE | IFM_ETH_TXPAUSE) 580 { IFM_10_T | IFM_FDX | IFM_FLOW, "10baseT-FDX-flow" }, \ 582 { IFM_100_TX | IFM_FDX | IFM_FLOW, "100baseTX-FDX-flow" }, \ 584 { IFM_1000_T | IFM_FDX | IFM_FLOW, "1000baseT-FDX-flow" }, \ 585 { IFM_1000_T | IFM_FDX | IFM_FLOW | IFM_ETH_MASTER, \ 746 { IFM_AUTO | IFM_FLOW, "auto-flow" }, \ 754 { IFM_FLOW, "flowcontrol" }, \ 765 { IFM_FLOW, "flow" }, \
|