Home
last modified time | relevance | path

Searched refs:rx_type (Results 1 – 15 of 15) sorted by relevance

/linux-6.12.1/drivers/net/can/usb/etas_es58x/
Des581_4.h108 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
Des581_4.c232 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-6.12.1/tools/testing/selftests/drivers/net/
Dqueues.py44 rx_type = 'rx'
46 rx_type = 'combined'
/linux-6.12.1/drivers/usb/typec/tcpm/
Dtcpci_maxim_core.c133 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()
201 tcpm_pd_receive(chip->port, &msg, rx_type); in process_rx()
/linux-6.12.1/drivers/net/ethernet/qlogic/qed/
Dqed_ptp.c171 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-6.12.1/drivers/media/rc/
Dlirc_dev.c720 const char *rx_type, *tx_type; in lirc_register() local
747 rx_type = "scancode"; in lirc_register()
750 rx_type = "raw IR"; in lirc_register()
753 rx_type = "no"; in lirc_register()
763 dev->driver_name, minor, rx_type, tx_type); in lirc_register()
/linux-6.12.1/drivers/infiniband/sw/siw/
Dsiw_qp.c1276 rx_type(wqe), wqe->wr_status); in siw_rq_flush()
1278 siw_wqe_put_mem(wqe, rx_type(wqe)); in siw_rq_flush()
1280 if (rx_type(wqe) == SIW_OP_RECEIVE) { in siw_rq_flush()
1283 } else if (rx_type(wqe) != SIW_OP_READ && in siw_rq_flush()
1284 rx_type(wqe) != SIW_OP_READ_RESPONSE && in siw_rq_flush()
1285 rx_type(wqe) != SIW_OP_WRITE) { in siw_rq_flush()
1293 siw_wqe_put_mem(wqe, rx_type(wqe)); in siw_rq_flush()
Dsiw_qp_rx.c358 rx_type(wqe) = SIW_OP_RECEIVE; in siw_rqe_get()
579 rx_type(wqe) = SIW_OP_WRITE; in siw_proc_write()
1262 rx_type(wqe) == SIW_OP_READ_LOCAL_INV) { in siw_rdmap_complete()
Dsiw.h475 #define rx_type(wqe) ((wqe)->rqe.opcode) macro
/linux-6.12.1/drivers/net/ethernet/brocade/bna/
Dbna_enet.c814 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); \
Dbna_types.h665 enum bna_rx_type rx_type; member
Dbnad.c2028 rx_config->rx_type = BNA_RX_T_REGULAR; in bnad_init_rx_config()
Dbna_tx_rx.c2307 rx = bna_rx_get(rx_mod, rx_cfg->rx_type); in bna_rx_create()
/linux-6.12.1/drivers/net/ethernet/ti/
Ddavinci_cpdma.h72 cpdma_handler_fn handler, int rx_type);
Ddavinci_cpdma.c877 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()