Searched refs:rx_type (Results 1 – 14 of 14) sorted by relevance
| /linux/drivers/net/can/usb/etas_es58x/ |
| H A D | es581_4.h | 108 u8 rx_type; /* type enum es581_4_rx_type */ member 118 __le16 rx_type; /* type enum es581_4_rx_type */ member 131 __le16 rx_type; /* type enum es581_4_rx_type */ member
|
| H A D | es581_4.c | 232 enum es581_4_rx_type rx_type = es581_4_urb_cmd->rx_can_msg[0].rx_type; in es581_4_dispatch_rx_cmd() local 235 switch (rx_type) { in es581_4_dispatch_rx_cmd() 256 dev_err(dev, "%s: Unknown rx_type 0x%02X\n", __func__, rx_type); in es581_4_dispatch_rx_cmd()
|
| /linux/drivers/usb/typec/tcpm/ |
| H A D | tcpci_maxim_core.c | 133 enum tcpm_transmit_type rx_type; in process_rx() local 151 rx_type = TCPC_TX_SOP_PRIME; in process_rx() 154 rx_type = TCPC_TX_SOP; in process_rx() 157 rx_type = TCPC_TX_SOP; in process_rx() 202 tcpm_pd_receive(chip->port, &msg, rx_type); in process_rx()
|
| /linux/tools/testing/selftests/drivers/net/ |
| H A D | queues.py | 84 rx_type = 'rx' 86 rx_type = 'combined' 89 cmd(f"ethtool -L {cfg.dev['ifname']} {rx_type} {expected}", timeout=10) 94 cmd(f"ethtool -L {cfg.dev['ifname']} {rx_type} {expected}", timeout=10)
|
| H A D | stats.py | 270 rx_type = 'rx' 272 rx_type = 'combined' 273 cur_queue_cnt = channels[f'{rx_type}-count'] 274 max_queue_cnt = min(channels[f'{rx_type}-max'], 64) 276 cmd(f"ethtool -L {cfg.ifname} {rx_type} {max_queue_cnt}") 277 defer(cmd, f"ethtool -L {cfg.ifname} {rx_type} {cur_queue_cnt}") 287 f"ethtool -L {cfg.ifname} {rx_type} 1; " + \ 288 f"ethtool -L {cfg.ifname} {rx_type} {max_queue_cnt}; " + \
|
| /linux/drivers/net/ethernet/qlogic/qed/ |
| H A D | qed_ptp.c | 171 enum qed_ptp_filter_type rx_type, in qed_ptp_hw_cfg_filters() argument 178 switch (rx_type) { in qed_ptp_hw_cfg_filters() 220 DP_INFO(p_hwfn, "Invalid PTP filter type %d\n", rx_type); in qed_ptp_hw_cfg_filters()
|
| /linux/drivers/net/ethernet/brocade/bna/ |
| H A D | bna_enet.c | 814 enum bna_rx_type rx_type = \ 819 bna_rx_mod_start(&(enet)->bna->rx_mod, rx_type); \ 827 enum bna_rx_type rx_type = \ 836 bna_rx_mod_stop(&(enet)->bna->rx_mod, rx_type); \ 849 enum bna_rx_type rx_type = \ 852 bna_rx_mod_start(&(enet)->bna->rx_mod, rx_type); \ 857 enum bna_rx_type rx_type = \ 862 bna_rx_mod_stop(&(enet)->bna->rx_mod, rx_type); \
|
| H A D | bna_types.h | 665 enum bna_rx_type rx_type; member
|
| H A D | bnad.c | 2033 rx_config->rx_type = BNA_RX_T_REGULAR; in bnad_init_rx_config()
|
| H A D | bna_tx_rx.c | 2307 rx = bna_rx_get(rx_mod, rx_cfg->rx_type); in bna_rx_create()
|
| /linux/drivers/net/ethernet/ti/ |
| H A D | davinci_cpdma.h | 72 cpdma_handler_fn handler, int rx_type);
|
| H A D | davinci_cpdma.c | 877 cpdma_handler_fn handler, int rx_type) in cpdma_chan_create() argument 883 chan_num = rx_type ? rx_chan_num(chan_num) : tx_chan_num(chan_num); in cpdma_chan_create()
|
| /linux/drivers/infiniband/sw/siw/ |
| H A D | siw_qp_rx.c | 358 rx_type(wqe) = SIW_OP_RECEIVE; in siw_rqe_get() 579 rx_type(wqe) = SIW_OP_WRITE; in siw_proc_write() 1261 rx_type(wqe) == SIW_OP_READ_LOCAL_INV) { in siw_rdmap_complete()
|
| H A D | siw.h | 476 #define rx_type(wqe) ((wqe)->rqe.opcode) macro
|