Lines Matching refs:cmd

19 bfad_iocmd_ioc_enable(struct bfad_s *bfad, void *cmd)  in bfad_iocmd_ioc_enable()  argument
21 struct bfa_bsg_gen_s *iocmd = (struct bfa_bsg_gen_s *)cmd; in bfad_iocmd_ioc_enable()
42 bfad_iocmd_ioc_disable(struct bfad_s *bfad, void *cmd) in bfad_iocmd_ioc_disable() argument
44 struct bfa_bsg_gen_s *iocmd = (struct bfa_bsg_gen_s *)cmd; in bfad_iocmd_ioc_disable()
72 bfad_iocmd_ioc_get_info(struct bfad_s *bfad, void *cmd) in bfad_iocmd_ioc_get_info() argument
75 struct bfa_bsg_ioc_info_s *iocmd = (struct bfa_bsg_ioc_info_s *)cmd; in bfad_iocmd_ioc_get_info()
111 bfad_iocmd_ioc_get_attr(struct bfad_s *bfad, void *cmd) in bfad_iocmd_ioc_get_attr() argument
113 struct bfa_bsg_ioc_attr_s *iocmd = (struct bfa_bsg_ioc_attr_s *)cmd; in bfad_iocmd_ioc_get_attr()
140 bfad_iocmd_ioc_get_stats(struct bfad_s *bfad, void *cmd) in bfad_iocmd_ioc_get_stats() argument
142 struct bfa_bsg_ioc_stats_s *iocmd = (struct bfa_bsg_ioc_stats_s *)cmd; in bfad_iocmd_ioc_get_stats()
150 bfad_iocmd_ioc_get_fwstats(struct bfad_s *bfad, void *cmd, in bfad_iocmd_ioc_get_fwstats() argument
154 (struct bfa_bsg_ioc_fwstats_s *)cmd; in bfad_iocmd_ioc_get_fwstats()
180 bfad_iocmd_ioc_reset_stats(struct bfad_s *bfad, void *cmd, unsigned int v_cmd) in bfad_iocmd_ioc_reset_stats() argument
182 struct bfa_bsg_gen_s *iocmd = (struct bfa_bsg_gen_s *)cmd; in bfad_iocmd_ioc_reset_stats()
198 bfad_iocmd_ioc_set_name(struct bfad_s *bfad, void *cmd, unsigned int v_cmd) in bfad_iocmd_ioc_set_name() argument
200 struct bfa_bsg_ioc_name_s *iocmd = (struct bfa_bsg_ioc_name_s *) cmd; in bfad_iocmd_ioc_set_name()
212 bfad_iocmd_iocfc_get_attr(struct bfad_s *bfad, void *cmd) in bfad_iocmd_iocfc_get_attr() argument
214 struct bfa_bsg_iocfc_attr_s *iocmd = (struct bfa_bsg_iocfc_attr_s *)cmd; in bfad_iocmd_iocfc_get_attr()
223 bfad_iocmd_ioc_fw_sig_inv(struct bfad_s *bfad, void *cmd) in bfad_iocmd_ioc_fw_sig_inv() argument
225 struct bfa_bsg_gen_s *iocmd = (struct bfa_bsg_gen_s *)cmd; in bfad_iocmd_ioc_fw_sig_inv()
235 bfad_iocmd_iocfc_set_intr(struct bfad_s *bfad, void *cmd) in bfad_iocmd_iocfc_set_intr() argument
237 struct bfa_bsg_iocfc_intr_s *iocmd = (struct bfa_bsg_iocfc_intr_s *)cmd; in bfad_iocmd_iocfc_set_intr()
248 bfad_iocmd_port_enable(struct bfad_s *bfad, void *cmd) in bfad_iocmd_port_enable() argument
250 struct bfa_bsg_gen_s *iocmd = (struct bfa_bsg_gen_s *)cmd; in bfad_iocmd_port_enable()
269 bfad_iocmd_port_disable(struct bfad_s *bfad, void *cmd) in bfad_iocmd_port_disable() argument
271 struct bfa_bsg_gen_s *iocmd = (struct bfa_bsg_gen_s *)cmd; in bfad_iocmd_port_disable()
291 bfad_iocmd_port_get_attr(struct bfad_s *bfad, void *cmd) in bfad_iocmd_port_get_attr() argument
293 struct bfa_bsg_port_attr_s *iocmd = (struct bfa_bsg_port_attr_s *)cmd; in bfad_iocmd_port_get_attr()
319 bfad_iocmd_port_get_stats(struct bfad_s *bfad, void *cmd, in bfad_iocmd_port_get_stats() argument
322 struct bfa_bsg_port_stats_s *iocmd = (struct bfa_bsg_port_stats_s *)cmd; in bfad_iocmd_port_get_stats()
353 bfad_iocmd_port_reset_stats(struct bfad_s *bfad, void *cmd) in bfad_iocmd_port_reset_stats() argument
355 struct bfa_bsg_gen_s *iocmd = (struct bfa_bsg_gen_s *)cmd; in bfad_iocmd_port_reset_stats()
376 struct bfa_bsg_port_cfg_s *cmd = (struct bfa_bsg_port_cfg_s *)iocmd; in bfad_iocmd_set_port_cfg() local
381 cmd->status = bfa_fcport_cfg_topology(&bfad->bfa, cmd->param); in bfad_iocmd_set_port_cfg()
383 cmd->status = bfa_fcport_cfg_speed(&bfad->bfa, cmd->param); in bfad_iocmd_set_port_cfg()
385 cmd->status = bfa_fcport_cfg_hardalpa(&bfad->bfa, cmd->param); in bfad_iocmd_set_port_cfg()
387 cmd->status = bfa_fcport_clr_hardalpa(&bfad->bfa); in bfad_iocmd_set_port_cfg()
394 bfad_iocmd_port_cfg_maxfrsize(struct bfad_s *bfad, void *cmd) in bfad_iocmd_port_cfg_maxfrsize() argument
397 (struct bfa_bsg_port_cfg_maxfrsize_s *)cmd; in bfad_iocmd_port_cfg_maxfrsize()
408 bfad_iocmd_port_cfg_bbcr(struct bfad_s *bfad, unsigned int cmd, void *pcmd) in bfad_iocmd_port_cfg_bbcr() argument
416 if (cmd == IOCMD_PORT_BBCR_ENABLE) in bfad_iocmd_port_cfg_bbcr()
418 else if (cmd == IOCMD_PORT_BBCR_DISABLE) in bfad_iocmd_port_cfg_bbcr()
446 bfad_iocmd_lport_get_attr(struct bfad_s *bfad, void *cmd) in bfad_iocmd_lport_get_attr() argument
449 struct bfa_bsg_lport_attr_s *iocmd = (struct bfa_bsg_lport_attr_s *)cmd; in bfad_iocmd_lport_get_attr()
469 bfad_iocmd_lport_get_stats(struct bfad_s *bfad, void *cmd) in bfad_iocmd_lport_get_stats() argument
473 (struct bfa_bsg_lport_stats_s *)cmd; in bfad_iocmd_lport_get_stats()
493 bfad_iocmd_lport_reset_stats(struct bfad_s *bfad, void *cmd) in bfad_iocmd_lport_reset_stats() argument
497 (struct bfa_bsg_reset_stats_s *)cmd; in bfad_iocmd_lport_reset_stats()
527 bfad_iocmd_lport_get_iostats(struct bfad_s *bfad, void *cmd) in bfad_iocmd_lport_get_iostats() argument
531 (struct bfa_bsg_lport_iostats_s *)cmd; in bfad_iocmd_lport_get_iostats()
552 bfad_iocmd_lport_get_rports(struct bfad_s *bfad, void *cmd, in bfad_iocmd_lport_get_rports() argument
556 (struct bfa_bsg_lport_get_rports_s *)cmd; in bfad_iocmd_lport_get_rports()
594 bfad_iocmd_rport_get_attr(struct bfad_s *bfad, void *cmd) in bfad_iocmd_rport_get_attr() argument
596 struct bfa_bsg_rport_attr_s *iocmd = (struct bfa_bsg_rport_attr_s *)cmd; in bfad_iocmd_rport_get_attr()
631 bfad_iocmd_rport_get_addr(struct bfad_s *bfad, void *cmd) in bfad_iocmd_rport_get_addr() argument
634 (struct bfa_bsg_rport_scsi_addr_s *)cmd; in bfad_iocmd_rport_get_addr()
680 bfad_iocmd_rport_get_stats(struct bfad_s *bfad, void *cmd) in bfad_iocmd_rport_get_stats() argument
683 (struct bfa_bsg_rport_stats_s *)cmd; in bfad_iocmd_rport_get_stats()
721 bfad_iocmd_rport_clr_stats(struct bfad_s *bfad, void *cmd) in bfad_iocmd_rport_clr_stats() argument
724 (struct bfa_bsg_rport_reset_stats_s *)cmd; in bfad_iocmd_rport_clr_stats()
757 bfad_iocmd_rport_set_speed(struct bfad_s *bfad, void *cmd) in bfad_iocmd_rport_set_speed() argument
760 (struct bfa_bsg_rport_set_speed_s *)cmd; in bfad_iocmd_rport_set_speed()
793 bfad_iocmd_vport_get_attr(struct bfad_s *bfad, void *cmd) in bfad_iocmd_vport_get_attr() argument
796 struct bfa_bsg_vport_attr_s *iocmd = (struct bfa_bsg_vport_attr_s *)cmd; in bfad_iocmd_vport_get_attr()
816 bfad_iocmd_vport_get_stats(struct bfad_s *bfad, void *cmd) in bfad_iocmd_vport_get_stats() argument
820 (struct bfa_bsg_vport_stats_s *)cmd; in bfad_iocmd_vport_get_stats()
844 bfad_iocmd_vport_clr_stats(struct bfad_s *bfad, void *cmd) in bfad_iocmd_vport_clr_stats() argument
848 (struct bfa_bsg_reset_stats_s *)cmd; in bfad_iocmd_vport_clr_stats()
869 bfad_iocmd_fabric_get_lports(struct bfad_s *bfad, void *cmd, in bfad_iocmd_fabric_get_lports() argument
873 (struct bfa_bsg_fabric_get_lports_s *)cmd; in bfad_iocmd_fabric_get_lports()
924 bfad_iocmd_ratelim(struct bfad_s *bfad, unsigned int cmd, void *pcmd) in bfad_iocmd_ratelim() argument
936 if (cmd == IOCMD_RATELIM_ENABLE) in bfad_iocmd_ratelim()
938 else if (cmd == IOCMD_RATELIM_DISABLE) in bfad_iocmd_ratelim()
953 bfad_iocmd_ratelim_speed(struct bfad_s *bfad, unsigned int cmd, void *pcmd) in bfad_iocmd_ratelim_speed() argument
982 bfad_iocmd_cfg_fcpim(struct bfad_s *bfad, void *cmd) in bfad_iocmd_cfg_fcpim() argument
984 struct bfa_bsg_fcpim_s *iocmd = (struct bfa_bsg_fcpim_s *)cmd; in bfad_iocmd_cfg_fcpim()
995 bfad_iocmd_fcpim_get_modstats(struct bfad_s *bfad, void *cmd) in bfad_iocmd_fcpim_get_modstats() argument
998 (struct bfa_bsg_fcpim_modstats_s *)cmd; in bfad_iocmd_fcpim_get_modstats()
1017 bfad_iocmd_fcpim_clr_modstats(struct bfad_s *bfad, void *cmd) in bfad_iocmd_fcpim_clr_modstats() argument
1020 (struct bfa_bsg_fcpim_modstatsclr_s *)cmd; in bfad_iocmd_fcpim_clr_modstats()
1039 bfad_iocmd_fcpim_get_del_itn_stats(struct bfad_s *bfad, void *cmd) in bfad_iocmd_fcpim_get_del_itn_stats() argument
1042 (struct bfa_bsg_fcpim_del_itn_stats_s *)cmd; in bfad_iocmd_fcpim_get_del_itn_stats()
1056 bfad_iocmd_itnim_get_attr(struct bfad_s *bfad, void *cmd) in bfad_iocmd_itnim_get_attr() argument
1058 struct bfa_bsg_itnim_attr_s *iocmd = (struct bfa_bsg_itnim_attr_s *)cmd; in bfad_iocmd_itnim_get_attr()
1075 bfad_iocmd_itnim_get_iostats(struct bfad_s *bfad, void *cmd) in bfad_iocmd_itnim_get_iostats() argument
1078 (struct bfa_bsg_itnim_iostats_s *)cmd; in bfad_iocmd_itnim_get_iostats()
1106 bfad_iocmd_itnim_reset_stats(struct bfad_s *bfad, void *cmd) in bfad_iocmd_itnim_reset_stats() argument
1109 (struct bfa_bsg_rport_reset_stats_s *)cmd; in bfad_iocmd_itnim_reset_stats()
1135 bfad_iocmd_itnim_get_itnstats(struct bfad_s *bfad, void *cmd) in bfad_iocmd_itnim_get_itnstats() argument
1138 (struct bfa_bsg_itnim_itnstats_s *)cmd; in bfad_iocmd_itnim_get_itnstats()
1164 bfad_iocmd_fcport_enable(struct bfad_s *bfad, void *cmd) in bfad_iocmd_fcport_enable() argument
1166 struct bfa_bsg_gen_s *iocmd = (struct bfa_bsg_gen_s *)cmd; in bfad_iocmd_fcport_enable()
1177 bfad_iocmd_fcport_disable(struct bfad_s *bfad, void *cmd) in bfad_iocmd_fcport_disable() argument
1179 struct bfa_bsg_gen_s *iocmd = (struct bfa_bsg_gen_s *)cmd; in bfad_iocmd_fcport_disable()
1190 bfad_iocmd_ioc_get_pcifn_cfg(struct bfad_s *bfad, void *cmd) in bfad_iocmd_ioc_get_pcifn_cfg() argument
1192 struct bfa_bsg_pcifn_cfg_s *iocmd = (struct bfa_bsg_pcifn_cfg_s *)cmd; in bfad_iocmd_ioc_get_pcifn_cfg()
1212 bfad_iocmd_pcifn_create(struct bfad_s *bfad, void *cmd) in bfad_iocmd_pcifn_create() argument
1214 struct bfa_bsg_pcifn_s *iocmd = (struct bfa_bsg_pcifn_s *)cmd; in bfad_iocmd_pcifn_create()
1235 bfad_iocmd_pcifn_delete(struct bfad_s *bfad, void *cmd) in bfad_iocmd_pcifn_delete() argument
1237 struct bfa_bsg_pcifn_s *iocmd = (struct bfa_bsg_pcifn_s *)cmd; in bfad_iocmd_pcifn_delete()
1257 bfad_iocmd_pcifn_bw(struct bfad_s *bfad, void *cmd) in bfad_iocmd_pcifn_bw() argument
1259 struct bfa_bsg_pcifn_s *iocmd = (struct bfa_bsg_pcifn_s *)cmd; in bfad_iocmd_pcifn_bw()
1281 bfad_iocmd_adapter_cfg_mode(struct bfad_s *bfad, void *cmd) in bfad_iocmd_adapter_cfg_mode() argument
1284 (struct bfa_bsg_adapter_cfg_mode_s *)cmd; in bfad_iocmd_adapter_cfg_mode()
1304 bfad_iocmd_port_cfg_mode(struct bfad_s *bfad, void *cmd) in bfad_iocmd_port_cfg_mode() argument
1307 (struct bfa_bsg_port_cfg_mode_s *)cmd; in bfad_iocmd_port_cfg_mode()
1328 bfad_iocmd_ablk_optrom(struct bfad_s *bfad, unsigned int cmd, void *pcmd) in bfad_iocmd_ablk_optrom() argument
1336 if (cmd == IOCMD_FLASH_ENABLE_OPTROM) in bfad_iocmd_ablk_optrom()
1354 bfad_iocmd_faa_query(struct bfad_s *bfad, void *cmd) in bfad_iocmd_faa_query() argument
1356 struct bfa_bsg_faa_attr_s *iocmd = (struct bfa_bsg_faa_attr_s *)cmd; in bfad_iocmd_faa_query()
1377 bfad_iocmd_cee_attr(struct bfad_s *bfad, void *cmd, unsigned int payload_len) in bfad_iocmd_cee_attr() argument
1380 (struct bfa_bsg_cee_attr_s *)cmd; in bfad_iocmd_cee_attr()
1413 bfad_iocmd_cee_get_stats(struct bfad_s *bfad, void *cmd, in bfad_iocmd_cee_get_stats() argument
1417 (struct bfa_bsg_cee_stats_s *)cmd; in bfad_iocmd_cee_get_stats()
1450 bfad_iocmd_cee_reset_stats(struct bfad_s *bfad, void *cmd) in bfad_iocmd_cee_reset_stats() argument
1452 struct bfa_bsg_gen_s *iocmd = (struct bfa_bsg_gen_s *)cmd; in bfad_iocmd_cee_reset_stats()
1464 bfad_iocmd_sfp_media(struct bfad_s *bfad, void *cmd) in bfad_iocmd_sfp_media() argument
1466 struct bfa_bsg_sfp_media_s *iocmd = (struct bfa_bsg_sfp_media_s *)cmd; in bfad_iocmd_sfp_media()
1486 bfad_iocmd_sfp_speed(struct bfad_s *bfad, void *cmd) in bfad_iocmd_sfp_speed() argument
1488 struct bfa_bsg_sfp_speed_s *iocmd = (struct bfa_bsg_sfp_speed_s *)cmd; in bfad_iocmd_sfp_speed()
1507 bfad_iocmd_flash_get_attr(struct bfad_s *bfad, void *cmd) in bfad_iocmd_flash_get_attr() argument
1510 (struct bfa_bsg_flash_attr_s *)cmd; in bfad_iocmd_flash_get_attr()
1528 bfad_iocmd_flash_erase_part(struct bfad_s *bfad, void *cmd) in bfad_iocmd_flash_erase_part() argument
1530 struct bfa_bsg_flash_s *iocmd = (struct bfa_bsg_flash_s *)cmd; in bfad_iocmd_flash_erase_part()
1548 bfad_iocmd_flash_update_part(struct bfad_s *bfad, void *cmd, in bfad_iocmd_flash_update_part() argument
1551 struct bfa_bsg_flash_s *iocmd = (struct bfa_bsg_flash_s *)cmd; in bfad_iocmd_flash_update_part()
1580 bfad_iocmd_flash_read_part(struct bfad_s *bfad, void *cmd, in bfad_iocmd_flash_read_part() argument
1583 struct bfa_bsg_flash_s *iocmd = (struct bfa_bsg_flash_s *)cmd; in bfad_iocmd_flash_read_part()
1612 bfad_iocmd_diag_temp(struct bfad_s *bfad, void *cmd) in bfad_iocmd_diag_temp() argument
1615 (struct bfa_bsg_diag_get_temp_s *)cmd; in bfad_iocmd_diag_temp()
1634 bfad_iocmd_diag_memtest(struct bfad_s *bfad, void *cmd) in bfad_iocmd_diag_memtest() argument
1637 (struct bfa_bsg_diag_memtest_s *)cmd; in bfad_iocmd_diag_memtest()
1657 bfad_iocmd_diag_loopback(struct bfad_s *bfad, void *cmd) in bfad_iocmd_diag_loopback() argument
1660 (struct bfa_bsg_diag_loopback_s *)cmd; in bfad_iocmd_diag_loopback()
1680 bfad_iocmd_diag_fwping(struct bfad_s *bfad, void *cmd) in bfad_iocmd_diag_fwping() argument
1683 (struct bfa_bsg_diag_fwping_s *)cmd; in bfad_iocmd_diag_fwping()
1704 bfad_iocmd_diag_queuetest(struct bfad_s *bfad, void *cmd) in bfad_iocmd_diag_queuetest() argument
1706 struct bfa_bsg_diag_qtest_s *iocmd = (struct bfa_bsg_diag_qtest_s *)cmd; in bfad_iocmd_diag_queuetest()
1725 bfad_iocmd_diag_sfp(struct bfad_s *bfad, void *cmd) in bfad_iocmd_diag_sfp() argument
1728 (struct bfa_bsg_sfp_show_s *)cmd; in bfad_iocmd_diag_sfp()
1748 bfad_iocmd_diag_led(struct bfad_s *bfad, void *cmd) in bfad_iocmd_diag_led() argument
1750 struct bfa_bsg_diag_led_s *iocmd = (struct bfa_bsg_diag_led_s *)cmd; in bfad_iocmd_diag_led()
1761 bfad_iocmd_diag_beacon_lport(struct bfad_s *bfad, void *cmd) in bfad_iocmd_diag_beacon_lport() argument
1764 (struct bfa_bsg_diag_beacon_s *)cmd; in bfad_iocmd_diag_beacon_lport()
1776 bfad_iocmd_diag_lb_stat(struct bfad_s *bfad, void *cmd) in bfad_iocmd_diag_lb_stat() argument
1779 (struct bfa_bsg_diag_lb_stat_s *)cmd; in bfad_iocmd_diag_lb_stat()
1873 bfad_iocmd_phy_get_attr(struct bfad_s *bfad, void *cmd) in bfad_iocmd_phy_get_attr() argument
1876 (struct bfa_bsg_phy_attr_s *)cmd; in bfad_iocmd_phy_get_attr()
1894 bfad_iocmd_phy_get_stats(struct bfad_s *bfad, void *cmd) in bfad_iocmd_phy_get_stats() argument
1897 (struct bfa_bsg_phy_stats_s *)cmd; in bfad_iocmd_phy_get_stats()
1915 bfad_iocmd_phy_read(struct bfad_s *bfad, void *cmd, unsigned int payload_len) in bfad_iocmd_phy_read() argument
1917 struct bfa_bsg_phy_s *iocmd = (struct bfa_bsg_phy_s *)cmd; in bfad_iocmd_phy_read()
1947 bfad_iocmd_vhba_query(struct bfad_s *bfad, void *cmd) in bfad_iocmd_vhba_query() argument
1950 (struct bfa_bsg_vhba_attr_s *)cmd; in bfad_iocmd_vhba_query()
1966 bfad_iocmd_phy_update(struct bfad_s *bfad, void *cmd, unsigned int payload_len) in bfad_iocmd_phy_update() argument
1968 struct bfa_bsg_phy_s *iocmd = (struct bfa_bsg_phy_s *)cmd; in bfad_iocmd_phy_update()
1996 bfad_iocmd_porglog_get(struct bfad_s *bfad, void *cmd) in bfad_iocmd_porglog_get() argument
1998 struct bfa_bsg_debug_s *iocmd = (struct bfa_bsg_debug_s *)cmd; in bfad_iocmd_porglog_get()
2016 bfad_iocmd_debug_fw_core(struct bfad_s *bfad, void *cmd, in bfad_iocmd_debug_fw_core() argument
2019 struct bfa_bsg_debug_s *iocmd = (struct bfa_bsg_debug_s *)cmd; in bfad_iocmd_debug_fw_core()
2050 bfad_iocmd_debug_ctl(struct bfad_s *bfad, void *cmd, unsigned int v_cmd) in bfad_iocmd_debug_ctl() argument
2052 struct bfa_bsg_gen_s *iocmd = (struct bfa_bsg_gen_s *)cmd; in bfad_iocmd_debug_ctl()
2071 bfad_iocmd_porglog_ctl(struct bfad_s *bfad, void *cmd) in bfad_iocmd_porglog_ctl() argument
2073 struct bfa_bsg_portlogctl_s *iocmd = (struct bfa_bsg_portlogctl_s *)cmd; in bfad_iocmd_porglog_ctl()
2085 bfad_iocmd_fcpim_cfg_profile(struct bfad_s *bfad, void *cmd, unsigned int v_cmd) in bfad_iocmd_fcpim_cfg_profile() argument
2088 (struct bfa_bsg_fcpim_profile_s *)cmd; in bfad_iocmd_fcpim_cfg_profile()
2102 bfad_iocmd_itnim_get_ioprofile(struct bfad_s *bfad, void *cmd) in bfad_iocmd_itnim_get_ioprofile() argument
2105 (struct bfa_bsg_itnim_ioprofile_s *)cmd; in bfad_iocmd_itnim_get_ioprofile()
2129 bfad_iocmd_fcport_get_stats(struct bfad_s *bfad, void *cmd) in bfad_iocmd_fcport_get_stats() argument
2132 (struct bfa_bsg_fcport_stats_s *)cmd; in bfad_iocmd_fcport_get_stats()
2153 bfad_iocmd_fcport_reset_stats(struct bfad_s *bfad, void *cmd) in bfad_iocmd_fcport_reset_stats() argument
2155 struct bfa_bsg_gen_s *iocmd = (struct bfa_bsg_gen_s *)cmd; in bfad_iocmd_fcport_reset_stats()
2177 bfad_iocmd_boot_cfg(struct bfad_s *bfad, void *cmd) in bfad_iocmd_boot_cfg() argument
2179 struct bfa_bsg_boot_s *iocmd = (struct bfa_bsg_boot_s *)cmd; in bfad_iocmd_boot_cfg()
2199 bfad_iocmd_boot_query(struct bfad_s *bfad, void *cmd) in bfad_iocmd_boot_query() argument
2201 struct bfa_bsg_boot_s *iocmd = (struct bfa_bsg_boot_s *)cmd; in bfad_iocmd_boot_query()
2221 bfad_iocmd_preboot_query(struct bfad_s *bfad, void *cmd) in bfad_iocmd_preboot_query() argument
2223 struct bfa_bsg_preboot_s *iocmd = (struct bfa_bsg_preboot_s *)cmd; in bfad_iocmd_preboot_query()
2240 bfad_iocmd_ethboot_cfg(struct bfad_s *bfad, void *cmd) in bfad_iocmd_ethboot_cfg() argument
2242 struct bfa_bsg_ethboot_s *iocmd = (struct bfa_bsg_ethboot_s *)cmd; in bfad_iocmd_ethboot_cfg()
2263 bfad_iocmd_ethboot_query(struct bfad_s *bfad, void *cmd) in bfad_iocmd_ethboot_query() argument
2265 struct bfa_bsg_ethboot_s *iocmd = (struct bfa_bsg_ethboot_s *)cmd; in bfad_iocmd_ethboot_query()
2286 bfad_iocmd_cfg_trunk(struct bfad_s *bfad, void *cmd, unsigned int v_cmd) in bfad_iocmd_cfg_trunk() argument
2288 struct bfa_bsg_gen_s *iocmd = (struct bfa_bsg_gen_s *)cmd; in bfad_iocmd_cfg_trunk()
2326 bfad_iocmd_trunk_get_attr(struct bfad_s *bfad, void *cmd) in bfad_iocmd_trunk_get_attr() argument
2328 struct bfa_bsg_trunk_attr_s *iocmd = (struct bfa_bsg_trunk_attr_s *)cmd; in bfad_iocmd_trunk_get_attr()
2349 bfad_iocmd_qos(struct bfad_s *bfad, void *cmd, unsigned int v_cmd) in bfad_iocmd_qos() argument
2351 struct bfa_bsg_gen_s *iocmd = (struct bfa_bsg_gen_s *)cmd; in bfad_iocmd_qos()
2377 bfad_iocmd_qos_get_attr(struct bfad_s *bfad, void *cmd) in bfad_iocmd_qos_get_attr() argument
2379 struct bfa_bsg_qos_attr_s *iocmd = (struct bfa_bsg_qos_attr_s *)cmd; in bfad_iocmd_qos_get_attr()
2403 bfad_iocmd_qos_get_vc_attr(struct bfad_s *bfad, void *cmd) in bfad_iocmd_qos_get_vc_attr() argument
2406 (struct bfa_bsg_qos_vc_attr_s *)cmd; in bfad_iocmd_qos_get_vc_attr()
2435 bfad_iocmd_qos_get_stats(struct bfad_s *bfad, void *cmd) in bfad_iocmd_qos_get_stats() argument
2438 (struct bfa_bsg_fcport_stats_s *)cmd; in bfad_iocmd_qos_get_stats()
2466 bfad_iocmd_qos_reset_stats(struct bfad_s *bfad, void *cmd) in bfad_iocmd_qos_reset_stats() argument
2468 struct bfa_bsg_gen_s *iocmd = (struct bfa_bsg_gen_s *)cmd; in bfad_iocmd_qos_reset_stats()
2496 bfad_iocmd_vf_get_stats(struct bfad_s *bfad, void *cmd) in bfad_iocmd_vf_get_stats() argument
2499 (struct bfa_bsg_vf_stats_s *)cmd; in bfad_iocmd_vf_get_stats()
2519 bfad_iocmd_vf_clr_stats(struct bfad_s *bfad, void *cmd) in bfad_iocmd_vf_clr_stats() argument
2522 (struct bfa_bsg_vf_reset_stats_s *)cmd; in bfad_iocmd_vf_clr_stats()
2608 bfad_iocmd_fcpim_lunmask_query(struct bfad_s *bfad, void *cmd) in bfad_iocmd_fcpim_lunmask_query() argument
2611 (struct bfa_bsg_fcpim_lunmask_query_s *)cmd; in bfad_iocmd_fcpim_lunmask_query()
2622 bfad_iocmd_fcpim_cfg_lunmask(struct bfad_s *bfad, void *cmd, unsigned int v_cmd) in bfad_iocmd_fcpim_cfg_lunmask() argument
2625 (struct bfa_bsg_fcpim_lunmask_s *)cmd; in bfad_iocmd_fcpim_cfg_lunmask()
2641 bfad_iocmd_fcpim_throttle_query(struct bfad_s *bfad, void *cmd) in bfad_iocmd_fcpim_throttle_query() argument
2644 (struct bfa_bsg_fcpim_throttle_s *)cmd; in bfad_iocmd_fcpim_throttle_query()
2656 bfad_iocmd_fcpim_throttle_set(struct bfad_s *bfad, void *cmd) in bfad_iocmd_fcpim_throttle_set() argument
2659 (struct bfa_bsg_fcpim_throttle_s *)cmd; in bfad_iocmd_fcpim_throttle_set()
2671 bfad_iocmd_tfru_read(struct bfad_s *bfad, void *cmd) in bfad_iocmd_tfru_read() argument
2674 (struct bfa_bsg_tfru_s *)cmd; in bfad_iocmd_tfru_read()
2693 bfad_iocmd_tfru_write(struct bfad_s *bfad, void *cmd) in bfad_iocmd_tfru_write() argument
2696 (struct bfa_bsg_tfru_s *)cmd; in bfad_iocmd_tfru_write()
2715 bfad_iocmd_fruvpd_read(struct bfad_s *bfad, void *cmd) in bfad_iocmd_fruvpd_read() argument
2718 (struct bfa_bsg_fruvpd_s *)cmd; in bfad_iocmd_fruvpd_read()
2737 bfad_iocmd_fruvpd_update(struct bfad_s *bfad, void *cmd) in bfad_iocmd_fruvpd_update() argument
2740 (struct bfa_bsg_fruvpd_s *)cmd; in bfad_iocmd_fruvpd_update()
2759 bfad_iocmd_fruvpd_get_max_size(struct bfad_s *bfad, void *cmd) in bfad_iocmd_fruvpd_get_max_size() argument
2762 (struct bfa_bsg_fruvpd_max_size_s *)cmd; in bfad_iocmd_fruvpd_get_max_size()
2774 bfad_iocmd_handler(struct bfad_s *bfad, unsigned int cmd, void *iocmd, in bfad_iocmd_handler() argument
2779 switch (cmd) { in bfad_iocmd_handler()
2800 rc = bfad_iocmd_ioc_reset_stats(bfad, iocmd, cmd); in bfad_iocmd_handler()
2804 rc = bfad_iocmd_ioc_set_name(bfad, iocmd, cmd); in bfad_iocmd_handler()
2831 rc = bfad_iocmd_set_port_cfg(bfad, iocmd, cmd); in bfad_iocmd_handler()
2838 rc = bfad_iocmd_port_cfg_bbcr(bfad, cmd, iocmd); in bfad_iocmd_handler()
2887 rc = bfad_iocmd_ratelim(bfad, cmd, iocmd); in bfad_iocmd_handler()
2890 rc = bfad_iocmd_ratelim_speed(bfad, cmd, iocmd); in bfad_iocmd_handler()
2945 rc = bfad_iocmd_ablk_optrom(bfad, cmd, iocmd); in bfad_iocmd_handler()
3041 rc = bfad_iocmd_debug_ctl(bfad, iocmd, cmd); in bfad_iocmd_handler()
3048 rc = bfad_iocmd_fcpim_cfg_profile(bfad, iocmd, cmd); in bfad_iocmd_handler()
3076 rc = bfad_iocmd_cfg_trunk(bfad, iocmd, cmd); in bfad_iocmd_handler()
3083 rc = bfad_iocmd_qos(bfad, iocmd, cmd); in bfad_iocmd_handler()
3109 rc = bfad_iocmd_lunmask(bfad, iocmd, cmd); in bfad_iocmd_handler()
3116 rc = bfad_iocmd_fcpim_cfg_lunmask(bfad, iocmd, cmd); in bfad_iocmd_handler()