rx_ops 2021 drivers/net/wireless/ath/ath10k/htt.h const struct ath10k_htt_rx_ops *rx_ops; rx_ops 2116 drivers/net/wireless/ath/ath10k/htt.h if (!htt->rx_ops->htt_get_rx_ring_size) rx_ops 2119 drivers/net/wireless/ath/ath10k/htt.h return htt->rx_ops->htt_get_rx_ring_size(htt); rx_ops 2125 drivers/net/wireless/ath/ath10k/htt.h if (htt->rx_ops->htt_config_paddrs_ring) rx_ops 2126 drivers/net/wireless/ath/ath10k/htt.h htt->rx_ops->htt_config_paddrs_ring(htt, vaddr); rx_ops 2133 drivers/net/wireless/ath/ath10k/htt.h if (htt->rx_ops->htt_set_paddrs_ring) rx_ops 2134 drivers/net/wireless/ath/ath10k/htt.h htt->rx_ops->htt_set_paddrs_ring(htt, paddr, idx); rx_ops 2139 drivers/net/wireless/ath/ath10k/htt.h if (!htt->rx_ops->htt_get_vaddr_ring) rx_ops 2142 drivers/net/wireless/ath/ath10k/htt.h return htt->rx_ops->htt_get_vaddr_ring(htt); rx_ops 2147 drivers/net/wireless/ath/ath10k/htt.h if (htt->rx_ops->htt_reset_paddrs_ring) rx_ops 2148 drivers/net/wireless/ath/ath10k/htt.h htt->rx_ops->htt_reset_paddrs_ring(htt, idx); rx_ops 2155 drivers/net/wireless/ath/ath10k/htt.h if (!htt->rx_ops->htt_rx_proc_rx_frag_ind) rx_ops 2158 drivers/net/wireless/ath/ath10k/htt.h return htt->rx_ops->htt_rx_proc_rx_frag_ind(htt, rx, skb); rx_ops 4059 drivers/net/wireless/ath/ath10k/htt_rx.c htt->rx_ops = &htt_rx_ops_hl; rx_ops 4061 drivers/net/wireless/ath/ath10k/htt_rx.c htt->rx_ops = &htt_rx_ops_64; rx_ops 4063 drivers/net/wireless/ath/ath10k/htt_rx.c htt->rx_ops = &htt_rx_ops_32; rx_ops 129 net/can/bcm.c struct list_head rx_ops; rx_ops 203 net/can/bcm.c list_for_each_entry(op, &bo->rx_ops, list) { rx_ops 1039 net/can/bcm.c op = bcm_find_op(&bo->rx_ops, msg_head, ifindex); rx_ops 1134 net/can/bcm.c list_add(&op->list, &bo->rx_ops); rx_ops 1342 net/can/bcm.c if (bcm_delete_rx_op(&bo->rx_ops, &msg_head, ifindex)) rx_ops 1357 net/can/bcm.c ret = bcm_read_op(&bo->rx_ops, &msg_head, ifindex); rx_ops 1402 net/can/bcm.c list_for_each_entry(op, &bo->rx_ops, list) rx_ops 1446 net/can/bcm.c INIT_LIST_HEAD(&bo->rx_ops); rx_ops 1481 net/can/bcm.c list_for_each_entry_safe(op, next, &bo->rx_ops, list) {