Searched refs:rx_type (Results 1 – 11 of 11) sorted by relevance
/Linux-v5.4/drivers/net/ethernet/qlogic/qed/ |
D | qed_ptp.c | 195 enum qed_ptp_filter_type rx_type, in qed_ptp_hw_cfg_filters() argument 202 switch (rx_type) { in qed_ptp_hw_cfg_filters() 244 DP_INFO(p_hwfn, "Invalid PTP filter type %d\n", rx_type); in qed_ptp_hw_cfg_filters()
|
/Linux-v5.4/drivers/media/rc/ |
D | lirc_dev.c | 742 const char *rx_type, *tx_type; in ir_lirc_register() local 769 rx_type = "scancode"; in ir_lirc_register() 772 rx_type = "raw IR"; in ir_lirc_register() 775 rx_type = "no"; in ir_lirc_register() 785 dev->driver_name, minor, rx_type, tx_type); in ir_lirc_register()
|
/Linux-v5.4/drivers/infiniband/sw/siw/ |
D | siw_qp.c | 1260 rx_type(wqe), wqe->wr_status); in siw_rq_flush() 1262 siw_wqe_put_mem(wqe, rx_type(wqe)); in siw_rq_flush() 1264 if (rx_type(wqe) == SIW_OP_RECEIVE) { in siw_rq_flush() 1267 } else if (rx_type(wqe) != SIW_OP_READ && in siw_rq_flush() 1268 rx_type(wqe) != SIW_OP_READ_RESPONSE && in siw_rq_flush() 1269 rx_type(wqe) != SIW_OP_WRITE) { in siw_rq_flush() 1277 siw_wqe_put_mem(wqe, rx_type(wqe)); in siw_rq_flush()
|
D | siw_qp_rx.c | 357 rx_type(wqe) = SIW_OP_RECEIVE; in siw_rqe_get() 573 rx_type(wqe) = SIW_OP_WRITE; in siw_proc_write() 1268 rx_type(wqe) == SIW_OP_READ_LOCAL_INV) { in siw_rdmap_complete()
|
D | siw.h | 497 #define rx_type(wqe) ((wqe)->rqe.opcode) macro
|
/Linux-v5.4/drivers/net/ethernet/brocade/bna/ |
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); \
|
D | bna_types.h | 656 enum bna_rx_type rx_type; member
|
D | bna_tx_rx.c | 2307 rx = bna_rx_get(rx_mod, rx_cfg->rx_type); in bna_rx_create()
|
D | bnad.c | 2030 rx_config->rx_type = BNA_RX_T_REGULAR; in bnad_init_rx_config()
|
/Linux-v5.4/drivers/net/ethernet/ti/ |
D | davinci_cpdma.h | 72 cpdma_handler_fn handler, int rx_type);
|
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()
|