Home
last modified time | relevance | path

Searched defs:ring_type (Results 1 – 11 of 11) sorted by relevance

/freebsd/sys/contrib/dev/athk/ath11k/
H A Dhal.c489 int ath11k_hal_srng_get_entrysize(struct ath11k_base *ab, u32 ring_type) in ath11k_hal_srng_get_entrysize()
501 int ath11k_hal_srng_get_max_entries(struct ath11k_base *ab, u32 ring_type) in ath11k_hal_srng_get_max_entries()
1083 enum hal_ring_type ring_type, in ath11k_hal_srng_update_hp_tp_addr()
1106 enum hal_ring_type ring_type, in ath11k_hal_srng_update_shadow_config()
1146 int ring_type, ring_num; in ath11k_hal_srng_shadow_config() local
H A Ddp_tx.c824 enum hal_ring_type ring_type, in ath11k_dp_tx_get_ring_id_type()
885 int mac_id, enum hal_ring_type ring_type) in ath11k_dp_tx_htt_srng_setup()
1079 int mac_id, enum hal_ring_type ring_type, in ath11k_dp_tx_htt_rx_filter_setup()
H A Ddp.c644 u32 ring_type, struct dp_srng *ring) in ath11k_dp_link_desc_cleanup()
692 u32 ring_type, struct hal_srng *srng, in ath11k_dp_link_desc_setup()
H A Ddp_rx.c1662 u8 pdev_id, ring_type, ring_id, pdev_idx; in ath11k_htt_backpressure_event_handler() local
/freebsd/sys/contrib/dev/athk/ath12k/
H A Ddp_tx.c630 enum hal_ring_type ring_type, in ath12k_dp_tx_get_ring_id_type()
694 int mac_id, enum hal_ring_type ring_type) in ath12k_dp_tx_htt_srng_setup()
888 int mac_id, enum hal_ring_type ring_type, in ath12k_dp_tx_htt_rx_filter_setup()
1092 int mac_id, enum hal_ring_type ring_type, in ath12k_dp_tx_htt_tx_filter_setup()
H A Dhal.c1455 int ath12k_hal_srng_get_entrysize(struct ath12k_base *ab, u32 ring_type) in ath12k_hal_srng_get_entrysize()
1467 int ath12k_hal_srng_get_max_entries(struct ath12k_base *ab, u32 ring_type) in ath12k_hal_srng_get_max_entries()
2017 enum hal_ring_type ring_type, in ath12k_hal_srng_update_hp_tp_addr()
2040 enum hal_ring_type ring_type, in ath12k_hal_srng_update_shadow_config()
2080 int ring_type, ring_num; in ath12k_hal_srng_shadow_config() local
H A Ddp.c734 u32 ring_type, struct dp_srng *ring) in ath12k_dp_link_desc_cleanup()
782 u32 ring_type, struct hal_srng *srng, in ath12k_dp_link_desc_setup()
/freebsd/sys/sys/
H A Dpmckern.h68 typedef enum ring_type { enum
/freebsd/sys/dev/bnxt/bnxt_en/
H A Dbnxt_hwrm.c1635 int bnxt_hwrm_ring_free(struct bnxt_softc *softc, uint32_t ring_type, in bnxt_hwrm_ring_free()
3074 void bnxt_hwrm_ring_info_get(struct bnxt_softc *softc, uint8_t ring_type, in bnxt_hwrm_ring_info_get()
H A Dhsi_struct_def.h41957 uint8_t ring_type; member
42351 uint8_t ring_type; member
42456 uint8_t ring_type; member
42552 uint8_t ring_type; member
42708 uint8_t ring_type; member
65593 uint8_t ring_type; member
/freebsd/sys/dev/xen/netback/
H A Dnetback.c699 xnb_connect_ring(struct xnb_softc *xnb, xnb_ring_type_t ring_type) in xnb_connect_ring()