Home
last modified time | relevance | path

Searched defs:ce_attr (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/net/wireless/ath/ath11k/
H A Dce.h104 struct ce_attr { struct
106 unsigned int flags;
109 unsigned int src_nentries;
115 unsigned int src_sz_max;
118 unsigned int dest_nentries;
120 void (*recv_cb)(struct ath11k_base *, struct sk_buff *);
121 void (*send_cb)(struct ath11k_base *, struct sk_buff *);
H A Dahb.c273 const struct ce_attr *ce_attr; in ath11k_ahb_ce_irq_enable() local
294 const struct ce_attr *ce_attr; in ath11k_ahb_ce_irq_disable() local
/openbmc/linux/drivers/net/wireless/ath/ath12k/
H A Dce.h79 struct ce_attr { struct
81 unsigned int flags;
84 unsigned int src_nentries;
89 unsigned int src_sz_max;
92 unsigned int dest_nentries;
94 void (*recv_cb)(struct ath12k_base *ab, struct sk_buff *skb);
/openbmc/linux/drivers/net/wireless/ath/ath10k/
H A Dce.h285 struct ce_attr { struct
308 const struct ce_attr *attr); argument