Home
last modified time | relevance | path

Searched refs:rx_ops (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/net/wireless/ath/ath10k/
Dhtt.h1858 const struct ath10k_htt_rx_ops *rx_ops; member
1934 if (!htt->rx_ops->htt_get_rx_ring_size) in ath10k_htt_get_rx_ring_size()
1937 return htt->rx_ops->htt_get_rx_ring_size(htt); in ath10k_htt_get_rx_ring_size()
1943 if (htt->rx_ops->htt_config_paddrs_ring) in ath10k_htt_config_paddrs_ring()
1944 htt->rx_ops->htt_config_paddrs_ring(htt, vaddr); in ath10k_htt_config_paddrs_ring()
1951 if (htt->rx_ops->htt_set_paddrs_ring) in ath10k_htt_set_paddrs_ring()
1952 htt->rx_ops->htt_set_paddrs_ring(htt, paddr, idx); in ath10k_htt_set_paddrs_ring()
1957 if (!htt->rx_ops->htt_get_vaddr_ring) in ath10k_htt_get_vaddr_ring()
1960 return htt->rx_ops->htt_get_vaddr_ring(htt); in ath10k_htt_get_vaddr_ring()
1965 if (htt->rx_ops->htt_reset_paddrs_ring) in ath10k_htt_reset_paddrs_ring()
[all …]
Dhtt_rx.c2994 htt->rx_ops = &htt_rx_ops_64; in ath10k_htt_set_rx_ops()
2996 htt->rx_ops = &htt_rx_ops_32; in ath10k_htt_set_rx_ops()
/Linux-v4.19/net/can/
Dbcm.c126 struct list_head rx_ops; member
184 list_for_each_entry(op, &bo->rx_ops, list) { in bcm_proc_show()
1057 op = bcm_find_op(&bo->rx_ops, msg_head, ifindex); in bcm_rx_setup()
1158 list_add(&op->list, &bo->rx_ops); in bcm_rx_setup()
1366 if (bcm_delete_rx_op(&bo->rx_ops, &msg_head, ifindex)) in bcm_sendmsg()
1381 ret = bcm_read_op(&bo->rx_ops, &msg_head, ifindex); in bcm_sendmsg()
1426 list_for_each_entry(op, &bo->rx_ops, list) in bcm_notifier()
1470 INIT_LIST_HEAD(&bo->rx_ops); in bcm_init()
1505 list_for_each_entry_safe(op, next, &bo->rx_ops, list) { in bcm_release()