| /OK3568_Linux_fs/kernel/drivers/media/rc/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/qlogic/qed/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/sw/siw/ |
| H A 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()
|
| H A 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()
|
| H A D | siw.h | 477 #define rx_type(wqe) ((wqe)->rqe.opcode) macro
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/brocade/bna/ |
| H A 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); \
|
| H A D | bna_types.h | 656 enum bna_rx_type rx_type; member
|
| H A D | bnad.c | 2030 rx_config->rx_type = BNA_RX_T_REGULAR; in bnad_init_rx_config()
|
| H A D | bna_tx_rx.c | 2307 rx = bna_rx_get(rx_mod, rx_cfg->rx_type); in bna_rx_create()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/ti/ |
| H A D | davinci_cpdma.h | 72 cpdma_handler_fn handler, int rx_type);
|
| H A 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()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlan/ |
| H A D | mlan_pcie.c | 2173 t_u16 rx_len, rx_type; in wlan_pcie_process_recv_data() local 2237 rx_type = *((t_u16 *)(pmbuf->pbuf + pmbuf->data_offset + 2)); in wlan_pcie_process_recv_data() 2238 rx_type = wlan_le16_to_cpu(rx_type); in wlan_pcie_process_recv_data() 2243 rx_type); in wlan_pcie_process_recv_data()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/mac/mac_ax/ |
| H A D | dbgpkg.c | 5696 u8 rx_type[MAC_AX_RX_CNT_TYPE_NUM][MAC_AX_RX_PPDU_MAX] = { in get_rx_idx() local 5706 PLTFM_MEMCPY(idx, rx_type[type], MAC_AX_RX_PPDU_MAX); in get_rx_idx()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/mac/mac_ax/ |
| H A D | dbgpkg.c | 5696 u8 rx_type[MAC_AX_RX_CNT_TYPE_NUM][MAC_AX_RX_PPDU_MAX] = { in get_rx_idx() local 5706 PLTFM_MEMCPY(idx, rx_type[type], MAC_AX_RX_PPDU_MAX); in get_rx_idx()
|