Lines Matching defs:mcs
142 struct mcs { struct
147 struct mcs_rsrc_map tx; argument
148 struct mcs_rsrc_map rx; argument
150 u8 mcs_id; argument
151 struct mcs_ops *mcs_ops; argument
152 struct list_head mcs_list; argument
153 /* Lock for mcs stats */ argument
155 struct mcs_pfvf *pf; argument
156 struct mcs_pfvf *vf; argument
163 void (*mcs_set_hw_capabilities)(struct mcs *mcs); argument
172 static inline void mcs_reg_write(struct mcs *mcs, u64 offset, u64 val) in mcs_reg_write()
177 static inline u64 mcs_reg_read(struct mcs *mcs, u64 offset) in mcs_reg_read()