Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath10k/
A Dhtt.h2037 const struct ath10k_htt_rx_ops *rx_ops; member
2143 if (!htt->rx_ops->htt_get_rx_ring_size) in ath10k_htt_get_rx_ring_size()
2146 return htt->rx_ops->htt_get_rx_ring_size(htt); in ath10k_htt_get_rx_ring_size()
2152 if (htt->rx_ops->htt_config_paddrs_ring) in ath10k_htt_config_paddrs_ring()
2153 htt->rx_ops->htt_config_paddrs_ring(htt, vaddr); in ath10k_htt_config_paddrs_ring()
2160 if (htt->rx_ops->htt_set_paddrs_ring) in ath10k_htt_set_paddrs_ring()
2166 if (!htt->rx_ops->htt_get_vaddr_ring) in ath10k_htt_get_vaddr_ring()
2169 return htt->rx_ops->htt_get_vaddr_ring(htt); in ath10k_htt_get_vaddr_ring()
2174 if (htt->rx_ops->htt_reset_paddrs_ring) in ath10k_htt_reset_paddrs_ring()
2175 htt->rx_ops->htt_reset_paddrs_ring(htt, idx); in ath10k_htt_reset_paddrs_ring()
[all …]
A Dhtt_rx.c4335 htt->rx_ops = &htt_rx_ops_hl; in ath10k_htt_set_rx_ops()
4337 htt->rx_ops = &htt_rx_ops_64; in ath10k_htt_set_rx_ops()
4339 htt->rx_ops = &htt_rx_ops_32; in ath10k_htt_set_rx_ops()
/linux/net/can/
A Dbcm.c129 struct list_head rx_ops; member
207 list_for_each_entry(op, &bo->rx_ops, list) { in bcm_proc_show()
1047 op = bcm_find_op(&bo->rx_ops, msg_head, ifindex); in bcm_rx_setup()
1142 list_add(&op->list, &bo->rx_ops); in bcm_rx_setup()
1350 if (bcm_delete_rx_op(&bo->rx_ops, &msg_head, ifindex)) in bcm_sendmsg()
1365 ret = bcm_read_op(&bo->rx_ops, &msg_head, ifindex); in bcm_sendmsg()
1405 list_for_each_entry(op, &bo->rx_ops, list) in bcm_notify()
1470 INIT_LIST_HEAD(&bo->rx_ops); in bcm_init()
1512 list_for_each_entry_safe(op, next, &bo->rx_ops, list) { in bcm_release()
1541 list_for_each_entry_safe(op, next, &bo->rx_ops, list) in bcm_release()

Completed in 24 milliseconds