Searched refs:rx_en (Results 1 – 3 of 3) sorted by relevance
| /freebsd/sys/contrib/dev/rtw89/ |
| H A D | pci_be.c | 141 enum mac_ax_pcie_func_ctrl rx_en, in rtw89_pci_ctrl_trxdma_pcie_be() argument 153 if (rx_en == MAC_AX_PCIE_ENABLE) in rtw89_pci_ctrl_trxdma_pcie_be() 155 else if (rx_en == MAC_AX_PCIE_DISABLE) in rtw89_pci_ctrl_trxdma_pcie_be()
|
| /freebsd/sys/dev/cxgbe/common/ |
| H A D | common.h | 960 unsigned int viid, bool rx_en, bool tx_en, bool dcb_en); 962 bool rx_en, bool tx_en);
|
| H A D | t4_hw.c | 10376 unsigned int viid, bool rx_en, bool tx_en, bool dcb_en) in t4_enable_vi_params() argument 10384 c.ien_to_len16 = cpu_to_be32(V_FW_VI_ENABLE_CMD_IEN(rx_en) | in t4_enable_vi_params() 10403 bool rx_en, bool tx_en) in t4_enable_vi() argument 10405 return t4_enable_vi_params(adap, mbox, viid, rx_en, tx_en, 0); in t4_enable_vi()
|