Home
last modified time | relevance | path

Searched refs:rx_ops (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/
H A Dhtt.h2034 const struct ath10k_htt_rx_ops *rx_ops; member
2140 if (!htt->rx_ops->htt_get_rx_ring_size) in ath10k_htt_get_rx_ring_size()
2143 return htt->rx_ops->htt_get_rx_ring_size(htt); in ath10k_htt_get_rx_ring_size()
2149 if (htt->rx_ops->htt_config_paddrs_ring) in ath10k_htt_config_paddrs_ring()
2150 htt->rx_ops->htt_config_paddrs_ring(htt, vaddr); in ath10k_htt_config_paddrs_ring()
2157 if (htt->rx_ops->htt_set_paddrs_ring) in ath10k_htt_set_paddrs_ring()
2158 htt->rx_ops->htt_set_paddrs_ring(htt, paddr, idx); in ath10k_htt_set_paddrs_ring()
2163 if (!htt->rx_ops->htt_get_vaddr_ring) in ath10k_htt_get_vaddr_ring()
2166 return htt->rx_ops->htt_get_vaddr_ring(htt); in ath10k_htt_get_vaddr_ring()
2171 if (htt->rx_ops in ath10k_htt_reset_paddrs_ring()
[all...]
H A Dhtt_rx.c4338 htt->rx_ops = &htt_rx_ops_hl; in ath10k_htt_set_rx_ops()
4340 htt->rx_ops = &htt_rx_ops_64; in ath10k_htt_set_rx_ops()
4342 htt->rx_ops = &htt_rx_ops_32; in ath10k_htt_set_rx_ops()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/
H A Dhtt.h1923 const struct ath10k_htt_rx_ops *rx_ops; member
2029 if (!htt->rx_ops->htt_get_rx_ring_size) in ath10k_htt_get_rx_ring_size()
2032 return htt->rx_ops->htt_get_rx_ring_size(htt); in ath10k_htt_get_rx_ring_size()
2038 if (htt->rx_ops->htt_config_paddrs_ring) in ath10k_htt_config_paddrs_ring()
2039 htt->rx_ops->htt_config_paddrs_ring(htt, vaddr); in ath10k_htt_config_paddrs_ring()
2046 if (htt->rx_ops->htt_set_paddrs_ring) in ath10k_htt_set_paddrs_ring()
2047 htt->rx_ops->htt_set_paddrs_ring(htt, paddr, idx); in ath10k_htt_set_paddrs_ring()
2052 if (!htt->rx_ops->htt_get_vaddr_ring) in ath10k_htt_get_vaddr_ring()
2055 return htt->rx_ops->htt_get_vaddr_ring(htt); in ath10k_htt_get_vaddr_ring()
2060 if (htt->rx_ops in ath10k_htt_reset_paddrs_ring()
[all...]
H A Dhtt_rx.c4465 htt->rx_ops = &htt_rx_ops_hl; in ath10k_htt_set_rx_ops()
4467 htt->rx_ops = &htt_rx_ops_64; in ath10k_htt_set_rx_ops()
4469 htt->rx_ops = &htt_rx_ops_32; in ath10k_htt_set_rx_ops()
/kernel/linux/linux-5.10/net/can/
H A Dbcm.c130 struct list_head rx_ops; member
208 list_for_each_entry(op, &bo->rx_ops, list) { in bcm_proc_show()
1062 op = bcm_find_op(&bo->rx_ops, msg_head, ifindex); in bcm_rx_setup()
1156 /* add this bcm_op to the list of the rx_ops */ in bcm_rx_setup()
1157 list_add(&op->list, &bo->rx_ops); in bcm_rx_setup()
1162 } /* if ((op = bcm_find_op(&bo->rx_ops, msg_head->can_id, ifindex))) */ in bcm_rx_setup()
1365 if (bcm_delete_rx_op(&bo->rx_ops, &msg_head, ifindex)) in bcm_sendmsg()
1380 ret = bcm_read_op(&bo->rx_ops, &msg_head, ifindex); in bcm_sendmsg()
1420 list_for_each_entry(op, &bo->rx_ops, list) in bcm_notify()
1489 INIT_LIST_HEAD(&bo->rx_ops); in bcm_init()
[all...]
/kernel/linux/linux-6.6/net/can/
H A Dbcm.c130 struct list_head rx_ops; member
208 list_for_each_entry(op, &bo->rx_ops, list) { in bcm_proc_show()
1067 op = bcm_find_op(&bo->rx_ops, msg_head, ifindex); in bcm_rx_setup()
1161 /* add this bcm_op to the list of the rx_ops */ in bcm_rx_setup()
1162 list_add(&op->list, &bo->rx_ops); in bcm_rx_setup()
1167 } /* if ((op = bcm_find_op(&bo->rx_ops, msg_head->can_id, ifindex))) */ in bcm_rx_setup()
1370 if (bcm_delete_rx_op(&bo->rx_ops, &msg_head, ifindex)) in bcm_sendmsg()
1385 ret = bcm_read_op(&bo->rx_ops, &msg_head, ifindex); in bcm_sendmsg()
1425 list_for_each_entry(op, &bo->rx_ops, list) in bcm_notify()
1490 INIT_LIST_HEAD(&bo->rx_ops); in bcm_init()
[all...]

Completed in 25 milliseconds