Lines Matching defs:mcs
134 struct mcs { struct
139 struct mcs_rsrc_map tx; argument
140 struct mcs_rsrc_map rx; argument
142 u8 mcs_id; argument
143 struct mcs_ops *mcs_ops; argument
144 struct list_head mcs_list; argument
145 /* Lock for mcs stats */ argument
147 struct mcs_pfvf *pf; argument
148 struct mcs_pfvf *vf; argument
156 void (*mcs_set_hw_capabilities)(struct mcs *mcs); argument
167 static inline void mcs_reg_write(struct mcs *mcs, u64 offset, u64 val) in mcs_reg_write()
172 static inline u64 mcs_reg_read(struct mcs *mcs, u64 offset) in mcs_reg_read()