Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/qlogic/qed/
Dqed_ptp.c195 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/
Dlirc_dev.c742 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/
Dsiw_qp.c1260 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()
Dsiw_qp_rx.c357 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()
Dsiw.h497 #define rx_type(wqe) ((wqe)->rqe.opcode) macro
/Linux-v5.4/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.h656 enum bna_rx_type rx_type; member
Dbna_tx_rx.c2307 rx = bna_rx_get(rx_mod, rx_cfg->rx_type); in bna_rx_create()
Dbnad.c2030 rx_config->rx_type = BNA_RX_T_REGULAR; in bnad_init_rx_config()
/Linux-v5.4/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()