Lines Matching refs:mcs
134 struct mcs { struct
156 void (*mcs_set_hw_capabilities)(struct mcs *mcs); argument
157 void (*mcs_parser_cfg)(struct mcs *mcs);
158 void (*mcs_tx_sa_mem_map_write)(struct mcs *mcs, struct mcs_tx_sc_sa_map *map);
159 void (*mcs_rx_sa_mem_map_write)(struct mcs *mcs, struct mcs_rx_sc_sa_map *map);
160 void (*mcs_flowid_secy_map)(struct mcs *mcs, struct secy_mem_map *map, int dir);
161 void (*mcs_bbe_intr_handler)(struct mcs *mcs, u64 intr, enum mcs_direction dir);
162 void (*mcs_pab_intr_handler)(struct mcs *mcs, u64 intr, enum mcs_direction dir);
167 static inline void mcs_reg_write(struct mcs *mcs, u64 offset, u64 val) in mcs_reg_write() argument
169 writeq(val, mcs->reg_base + offset); in mcs_reg_write()
172 static inline u64 mcs_reg_read(struct mcs *mcs, u64 offset) in mcs_reg_read() argument
174 return readq(mcs->reg_base + offset); in mcs_reg_read()
178 struct mcs *mcs_get_pdata(int mcs_id);
183 int mcs_alloc_all_rsrc(struct mcs *mcs, u8 *flowid, u8 *secy_id,
185 int mcs_free_all_rsrc(struct mcs *mcs, int dir, u16 pcifunc);
186 void mcs_clear_secy_plcy(struct mcs *mcs, int secy_id, int dir);
187 void mcs_ena_dis_flowid_entry(struct mcs *mcs, int id, int dir, int ena);
188 void mcs_ena_dis_sc_cam_entry(struct mcs *mcs, int id, int ena);
189 void mcs_flowid_entry_write(struct mcs *mcs, u64 *data, u64 *mask, int id, int dir);
190 void mcs_secy_plcy_write(struct mcs *mcs, u64 plcy, int id, int dir);
191 void mcs_rx_sc_cam_write(struct mcs *mcs, u64 sci, u64 secy, int sc_id);
192 void mcs_sa_plcy_write(struct mcs *mcs, u64 *plcy, int sa, int dir);
193 void mcs_map_sc_to_sa(struct mcs *mcs, u64 *sa_map, int sc, int dir);
194 void mcs_pn_table_write(struct mcs *mcs, u8 pn_id, u64 next_pn, u8 dir);
195 void mcs_tx_sa_mem_map_write(struct mcs *mcs, struct mcs_tx_sc_sa_map *map);
196 void mcs_flowid_secy_map(struct mcs *mcs, struct secy_mem_map *map, int dir);
197 void mcs_rx_sa_mem_map_write(struct mcs *mcs, struct mcs_rx_sc_sa_map *map);
198 void mcs_pn_threshold_set(struct mcs *mcs, struct mcs_set_pn_threshold *pn);
199 int mcs_install_flowid_bypass_entry(struct mcs *mcs);
200 void mcs_set_lmac_mode(struct mcs *mcs, int lmac_id, u8 mode);
201 void mcs_reset_port(struct mcs *mcs, u8 port_id, u8 reset);
202 void mcs_set_port_cfg(struct mcs *mcs, struct mcs_port_cfg_set_req *req);
203 void mcs_get_port_cfg(struct mcs *mcs, struct mcs_port_cfg_get_req *req,
205 void mcs_get_custom_tag_cfg(struct mcs *mcs, struct mcs_custom_tag_cfg_get_req *req,
208 int mcs_free_ctrlpktrule(struct mcs *mcs, struct mcs_free_ctrl_pkt_rule_req *req);
209 int mcs_ctrlpktrule_write(struct mcs *mcs, struct mcs_ctrl_pkt_rule_write_req *req);
213 void cn10kb_mcs_set_hw_capabilities(struct mcs *mcs);
214 void cn10kb_mcs_tx_sa_mem_map_write(struct mcs *mcs, struct mcs_tx_sc_sa_map *map);
215 void cn10kb_mcs_flowid_secy_map(struct mcs *mcs, struct secy_mem_map *map, int dir);
216 void cn10kb_mcs_rx_sa_mem_map_write(struct mcs *mcs, struct mcs_rx_sc_sa_map *map);
217 void cn10kb_mcs_parser_cfg(struct mcs *mcs);
218 void cn10kb_mcs_pab_intr_handler(struct mcs *mcs, u64 intr, enum mcs_direction dir);
219 void cn10kb_mcs_bbe_intr_handler(struct mcs *mcs, u64 intr, enum mcs_direction dir);
223 void cnf10kb_mcs_set_hw_capabilities(struct mcs *mcs);
224 void cnf10kb_mcs_tx_sa_mem_map_write(struct mcs *mcs, struct mcs_tx_sc_sa_map *map);
225 void cnf10kb_mcs_flowid_secy_map(struct mcs *mcs, struct secy_mem_map *map, int dir);
226 void cnf10kb_mcs_rx_sa_mem_map_write(struct mcs *mcs, struct mcs_rx_sc_sa_map *map);
227 void cnf10kb_mcs_parser_cfg(struct mcs *mcs);
228 void cnf10kb_mcs_tx_pn_thresh_reached_handler(struct mcs *mcs);
229 void cnf10kb_mcs_tx_pn_wrapped_handler(struct mcs *mcs);
230 void cnf10kb_mcs_bbe_intr_handler(struct mcs *mcs, u64 intr, enum mcs_direction dir);
231 void cnf10kb_mcs_pab_intr_handler(struct mcs *mcs, u64 intr, enum mcs_direction dir);
234 void mcs_get_sc_stats(struct mcs *mcs, struct mcs_sc_stats *stats, int id, int dir);
235 void mcs_get_sa_stats(struct mcs *mcs, struct mcs_sa_stats *stats, int id, int dir);
236 void mcs_get_port_stats(struct mcs *mcs, struct mcs_port_stats *stats, int id, int dir);
237 void mcs_get_flowid_stats(struct mcs *mcs, struct mcs_flowid_stats *stats, int id, int dir);
238 void mcs_get_rx_secy_stats(struct mcs *mcs, struct mcs_secy_stats *stats, int id);
239 void mcs_get_tx_secy_stats(struct mcs *mcs, struct mcs_secy_stats *stats, int id);
240 void mcs_clear_stats(struct mcs *mcs, u8 type, u8 id, int dir);
241 int mcs_clear_all_stats(struct mcs *mcs, u16 pcifunc, int dir);
242 int mcs_set_force_clk_en(struct mcs *mcs, bool set);
244 int mcs_add_intr_wq_entry(struct mcs *mcs, struct mcs_intr_event *event);