Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/drivers/media/rc/
Dlirc_dev.c727 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/
Dsiw_qp.c1273 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()
Dsiw_qp_rx.c358 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()
Dsiw.h477 #define rx_type(wqe) ((wqe)->rqe.opcode) macro
/kernel/linux/linux-5.10/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
Dbnad.c2030 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()
/kernel/linux/linux-5.10/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()
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/
D0020_linux_drivers_gpu.patch1123 + 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]);