Searched refs:rx_type (Results 1 – 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/ |
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()
|
/kernel/linux/linux-5.10/drivers/media/rc/ |
D | lirc_dev.c | 727 const char *rx_type, *tx_type; in lirc_register() local 754 rx_type = "scancode"; in lirc_register() 757 rx_type = "raw IR"; in lirc_register() 760 rx_type = "no"; in lirc_register() 770 dev->driver_name, minor, rx_type, tx_type); in lirc_register()
|
/kernel/linux/linux-5.10/drivers/infiniband/sw/siw/ |
D | siw_qp.c | 1273 rx_type(wqe), wqe->wr_status); in siw_rq_flush() 1275 siw_wqe_put_mem(wqe, rx_type(wqe)); in siw_rq_flush() 1277 if (rx_type(wqe) == SIW_OP_RECEIVE) { in siw_rq_flush() 1280 } else if (rx_type(wqe) != SIW_OP_READ && in siw_rq_flush() 1281 rx_type(wqe) != SIW_OP_READ_RESPONSE && in siw_rq_flush() 1282 rx_type(wqe) != SIW_OP_WRITE) { in siw_rq_flush() 1290 siw_wqe_put_mem(wqe, rx_type(wqe)); in siw_rq_flush()
|
D | siw_qp_rx.c | 358 rx_type(wqe) = SIW_OP_RECEIVE; in siw_rqe_get() 574 rx_type(wqe) = SIW_OP_WRITE; in siw_proc_write() 1282 rx_type(wqe) == SIW_OP_READ_LOCAL_INV) { in siw_rdmap_complete()
|
D | siw.h | 477 #define rx_type(wqe) ((wqe)->rqe.opcode) macro
|
/kernel/linux/linux-5.10/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 | bnad.c | 2030 rx_config->rx_type = BNA_RX_T_REGULAR; in bnad_init_rx_config()
|
D | bna_tx_rx.c | 2307 rx = bna_rx_get(rx_mod, rx_cfg->rx_type); in bna_rx_create()
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/ |
D | 0020_linux_drivers_gpu.patch | 1123 + char const *rx_type[4] = { "Unknown", "HDCP 1", "HDCP 2", "Unknown" }; 1129 + rx_type[(sts & HDCP_PORT_STS_TYPE_MASK) >> HDCP_PORT_STS_TYPE_SHIFT]);
|