Searched refs:rx_ops (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/drivers/net/wireless/ath/ath10k/ |
D | htt.h | 1921 const struct ath10k_htt_rx_ops *rx_ops; member 2027 if (!htt->rx_ops->htt_get_rx_ring_size) in ath10k_htt_get_rx_ring_size() 2030 return htt->rx_ops->htt_get_rx_ring_size(htt); in ath10k_htt_get_rx_ring_size() 2036 if (htt->rx_ops->htt_config_paddrs_ring) in ath10k_htt_config_paddrs_ring() 2037 htt->rx_ops->htt_config_paddrs_ring(htt, vaddr); in ath10k_htt_config_paddrs_ring() 2044 if (htt->rx_ops->htt_set_paddrs_ring) in ath10k_htt_set_paddrs_ring() 2045 htt->rx_ops->htt_set_paddrs_ring(htt, paddr, idx); in ath10k_htt_set_paddrs_ring() 2050 if (!htt->rx_ops->htt_get_vaddr_ring) in ath10k_htt_get_vaddr_ring() 2053 return htt->rx_ops->htt_get_vaddr_ring(htt); in ath10k_htt_get_vaddr_ring() 2058 if (htt->rx_ops->htt_reset_paddrs_ring) in ath10k_htt_reset_paddrs_ring() [all …]
|
D | htt_rx.c | 4470 htt->rx_ops = &htt_rx_ops_hl; in ath10k_htt_set_rx_ops() 4472 htt->rx_ops = &htt_rx_ops_64; in ath10k_htt_set_rx_ops() 4474 htt->rx_ops = &htt_rx_ops_32; in ath10k_htt_set_rx_ops()
|
/linux-6.1.9/net/can/ |
D | bcm.c | 130 struct list_head rx_ops; member 208 list_for_each_entry(op, &bo->rx_ops, list) { in bcm_proc_show() 1063 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() 1421 list_for_each_entry(op, &bo->rx_ops, list) in bcm_notify() 1486 INIT_LIST_HEAD(&bo->rx_ops); in bcm_init() 1528 list_for_each_entry_safe(op, next, &bo->rx_ops, list) { in bcm_release() 1557 list_for_each_entry_safe(op, next, &bo->rx_ops, list) in bcm_release()
|