Lines Matching refs:cmd
26 bfad_iocmd_ioc_enable(struct bfad_s *bfad, void *cmd) in bfad_iocmd_ioc_enable() argument
28 struct bfa_bsg_gen_s *iocmd = (struct bfa_bsg_gen_s *)cmd; in bfad_iocmd_ioc_enable()
49 bfad_iocmd_ioc_disable(struct bfad_s *bfad, void *cmd) in bfad_iocmd_ioc_disable() argument
51 struct bfa_bsg_gen_s *iocmd = (struct bfa_bsg_gen_s *)cmd; in bfad_iocmd_ioc_disable()
79 bfad_iocmd_ioc_get_info(struct bfad_s *bfad, void *cmd) in bfad_iocmd_ioc_get_info() argument
82 struct bfa_bsg_ioc_info_s *iocmd = (struct bfa_bsg_ioc_info_s *)cmd; in bfad_iocmd_ioc_get_info()
118 bfad_iocmd_ioc_get_attr(struct bfad_s *bfad, void *cmd) in bfad_iocmd_ioc_get_attr() argument
120 struct bfa_bsg_ioc_attr_s *iocmd = (struct bfa_bsg_ioc_attr_s *)cmd; in bfad_iocmd_ioc_get_attr()
147 bfad_iocmd_ioc_get_stats(struct bfad_s *bfad, void *cmd) in bfad_iocmd_ioc_get_stats() argument
149 struct bfa_bsg_ioc_stats_s *iocmd = (struct bfa_bsg_ioc_stats_s *)cmd; in bfad_iocmd_ioc_get_stats()
157 bfad_iocmd_ioc_get_fwstats(struct bfad_s *bfad, void *cmd, in bfad_iocmd_ioc_get_fwstats() argument
161 (struct bfa_bsg_ioc_fwstats_s *)cmd; in bfad_iocmd_ioc_get_fwstats()
187 bfad_iocmd_ioc_reset_stats(struct bfad_s *bfad, void *cmd, unsigned int v_cmd) in bfad_iocmd_ioc_reset_stats() argument
189 struct bfa_bsg_gen_s *iocmd = (struct bfa_bsg_gen_s *)cmd; in bfad_iocmd_ioc_reset_stats()
205 bfad_iocmd_ioc_set_name(struct bfad_s *bfad, void *cmd, unsigned int v_cmd) in bfad_iocmd_ioc_set_name() argument
207 struct bfa_bsg_ioc_name_s *iocmd = (struct bfa_bsg_ioc_name_s *) cmd; in bfad_iocmd_ioc_set_name()
219 bfad_iocmd_iocfc_get_attr(struct bfad_s *bfad, void *cmd) in bfad_iocmd_iocfc_get_attr() argument
221 struct bfa_bsg_iocfc_attr_s *iocmd = (struct bfa_bsg_iocfc_attr_s *)cmd; in bfad_iocmd_iocfc_get_attr()
230 bfad_iocmd_ioc_fw_sig_inv(struct bfad_s *bfad, void *cmd) in bfad_iocmd_ioc_fw_sig_inv() argument
232 struct bfa_bsg_gen_s *iocmd = (struct bfa_bsg_gen_s *)cmd; in bfad_iocmd_ioc_fw_sig_inv()
242 bfad_iocmd_iocfc_set_intr(struct bfad_s *bfad, void *cmd) in bfad_iocmd_iocfc_set_intr() argument
244 struct bfa_bsg_iocfc_intr_s *iocmd = (struct bfa_bsg_iocfc_intr_s *)cmd; in bfad_iocmd_iocfc_set_intr()
255 bfad_iocmd_port_enable(struct bfad_s *bfad, void *cmd) in bfad_iocmd_port_enable() argument
257 struct bfa_bsg_gen_s *iocmd = (struct bfa_bsg_gen_s *)cmd; in bfad_iocmd_port_enable()
276 bfad_iocmd_port_disable(struct bfad_s *bfad, void *cmd) in bfad_iocmd_port_disable() argument
278 struct bfa_bsg_gen_s *iocmd = (struct bfa_bsg_gen_s *)cmd; in bfad_iocmd_port_disable()
298 bfad_iocmd_port_get_attr(struct bfad_s *bfad, void *cmd) in bfad_iocmd_port_get_attr() argument
300 struct bfa_bsg_port_attr_s *iocmd = (struct bfa_bsg_port_attr_s *)cmd; in bfad_iocmd_port_get_attr()
326 bfad_iocmd_port_get_stats(struct bfad_s *bfad, void *cmd, in bfad_iocmd_port_get_stats() argument
329 struct bfa_bsg_port_stats_s *iocmd = (struct bfa_bsg_port_stats_s *)cmd; in bfad_iocmd_port_get_stats()
360 bfad_iocmd_port_reset_stats(struct bfad_s *bfad, void *cmd) in bfad_iocmd_port_reset_stats() argument
362 struct bfa_bsg_gen_s *iocmd = (struct bfa_bsg_gen_s *)cmd; in bfad_iocmd_port_reset_stats()
383 struct bfa_bsg_port_cfg_s *cmd = (struct bfa_bsg_port_cfg_s *)iocmd; in bfad_iocmd_set_port_cfg() local
388 cmd->status = bfa_fcport_cfg_topology(&bfad->bfa, cmd->param); in bfad_iocmd_set_port_cfg()
390 cmd->status = bfa_fcport_cfg_speed(&bfad->bfa, cmd->param); in bfad_iocmd_set_port_cfg()
392 cmd->status = bfa_fcport_cfg_hardalpa(&bfad->bfa, cmd->param); in bfad_iocmd_set_port_cfg()
394 cmd->status = bfa_fcport_clr_hardalpa(&bfad->bfa); in bfad_iocmd_set_port_cfg()
401 bfad_iocmd_port_cfg_maxfrsize(struct bfad_s *bfad, void *cmd) in bfad_iocmd_port_cfg_maxfrsize() argument
404 (struct bfa_bsg_port_cfg_maxfrsize_s *)cmd; in bfad_iocmd_port_cfg_maxfrsize()
415 bfad_iocmd_port_cfg_bbcr(struct bfad_s *bfad, unsigned int cmd, void *pcmd) in bfad_iocmd_port_cfg_bbcr() argument
423 if (cmd == IOCMD_PORT_BBCR_ENABLE) in bfad_iocmd_port_cfg_bbcr()
425 else if (cmd == IOCMD_PORT_BBCR_DISABLE) in bfad_iocmd_port_cfg_bbcr()
453 bfad_iocmd_lport_get_attr(struct bfad_s *bfad, void *cmd) in bfad_iocmd_lport_get_attr() argument
456 struct bfa_bsg_lport_attr_s *iocmd = (struct bfa_bsg_lport_attr_s *)cmd; in bfad_iocmd_lport_get_attr()
476 bfad_iocmd_lport_get_stats(struct bfad_s *bfad, void *cmd) in bfad_iocmd_lport_get_stats() argument
480 (struct bfa_bsg_lport_stats_s *)cmd; in bfad_iocmd_lport_get_stats()
500 bfad_iocmd_lport_reset_stats(struct bfad_s *bfad, void *cmd) in bfad_iocmd_lport_reset_stats() argument
504 (struct bfa_bsg_reset_stats_s *)cmd; in bfad_iocmd_lport_reset_stats()
534 bfad_iocmd_lport_get_iostats(struct bfad_s *bfad, void *cmd) in bfad_iocmd_lport_get_iostats() argument
538 (struct bfa_bsg_lport_iostats_s *)cmd; in bfad_iocmd_lport_get_iostats()
559 bfad_iocmd_lport_get_rports(struct bfad_s *bfad, void *cmd, in bfad_iocmd_lport_get_rports() argument
563 (struct bfa_bsg_lport_get_rports_s *)cmd; in bfad_iocmd_lport_get_rports()
601 bfad_iocmd_rport_get_attr(struct bfad_s *bfad, void *cmd) in bfad_iocmd_rport_get_attr() argument
603 struct bfa_bsg_rport_attr_s *iocmd = (struct bfa_bsg_rport_attr_s *)cmd; in bfad_iocmd_rport_get_attr()
638 bfad_iocmd_rport_get_addr(struct bfad_s *bfad, void *cmd) in bfad_iocmd_rport_get_addr() argument
641 (struct bfa_bsg_rport_scsi_addr_s *)cmd; in bfad_iocmd_rport_get_addr()
687 bfad_iocmd_rport_get_stats(struct bfad_s *bfad, void *cmd) in bfad_iocmd_rport_get_stats() argument
690 (struct bfa_bsg_rport_stats_s *)cmd; in bfad_iocmd_rport_get_stats()
728 bfad_iocmd_rport_clr_stats(struct bfad_s *bfad, void *cmd) in bfad_iocmd_rport_clr_stats() argument
731 (struct bfa_bsg_rport_reset_stats_s *)cmd; in bfad_iocmd_rport_clr_stats()
764 bfad_iocmd_rport_set_speed(struct bfad_s *bfad, void *cmd) in bfad_iocmd_rport_set_speed() argument
767 (struct bfa_bsg_rport_set_speed_s *)cmd; in bfad_iocmd_rport_set_speed()
800 bfad_iocmd_vport_get_attr(struct bfad_s *bfad, void *cmd) in bfad_iocmd_vport_get_attr() argument
803 struct bfa_bsg_vport_attr_s *iocmd = (struct bfa_bsg_vport_attr_s *)cmd; in bfad_iocmd_vport_get_attr()
823 bfad_iocmd_vport_get_stats(struct bfad_s *bfad, void *cmd) in bfad_iocmd_vport_get_stats() argument
827 (struct bfa_bsg_vport_stats_s *)cmd; in bfad_iocmd_vport_get_stats()
851 bfad_iocmd_vport_clr_stats(struct bfad_s *bfad, void *cmd) in bfad_iocmd_vport_clr_stats() argument
855 (struct bfa_bsg_reset_stats_s *)cmd; in bfad_iocmd_vport_clr_stats()
876 bfad_iocmd_fabric_get_lports(struct bfad_s *bfad, void *cmd, in bfad_iocmd_fabric_get_lports() argument
880 (struct bfa_bsg_fabric_get_lports_s *)cmd; in bfad_iocmd_fabric_get_lports()
931 bfad_iocmd_ratelim(struct bfad_s *bfad, unsigned int cmd, void *pcmd) in bfad_iocmd_ratelim() argument
943 if (cmd == IOCMD_RATELIM_ENABLE) in bfad_iocmd_ratelim()
945 else if (cmd == IOCMD_RATELIM_DISABLE) in bfad_iocmd_ratelim()
960 bfad_iocmd_ratelim_speed(struct bfad_s *bfad, unsigned int cmd, void *pcmd) in bfad_iocmd_ratelim_speed() argument
989 bfad_iocmd_cfg_fcpim(struct bfad_s *bfad, void *cmd) in bfad_iocmd_cfg_fcpim() argument
991 struct bfa_bsg_fcpim_s *iocmd = (struct bfa_bsg_fcpim_s *)cmd; in bfad_iocmd_cfg_fcpim()
1002 bfad_iocmd_fcpim_get_modstats(struct bfad_s *bfad, void *cmd) in bfad_iocmd_fcpim_get_modstats() argument
1005 (struct bfa_bsg_fcpim_modstats_s *)cmd; in bfad_iocmd_fcpim_get_modstats()
1024 bfad_iocmd_fcpim_clr_modstats(struct bfad_s *bfad, void *cmd) in bfad_iocmd_fcpim_clr_modstats() argument
1027 (struct bfa_bsg_fcpim_modstatsclr_s *)cmd; in bfad_iocmd_fcpim_clr_modstats()
1046 bfad_iocmd_fcpim_get_del_itn_stats(struct bfad_s *bfad, void *cmd) in bfad_iocmd_fcpim_get_del_itn_stats() argument
1049 (struct bfa_bsg_fcpim_del_itn_stats_s *)cmd; in bfad_iocmd_fcpim_get_del_itn_stats()
1063 bfad_iocmd_itnim_get_attr(struct bfad_s *bfad, void *cmd) in bfad_iocmd_itnim_get_attr() argument
1065 struct bfa_bsg_itnim_attr_s *iocmd = (struct bfa_bsg_itnim_attr_s *)cmd; in bfad_iocmd_itnim_get_attr()
1082 bfad_iocmd_itnim_get_iostats(struct bfad_s *bfad, void *cmd) in bfad_iocmd_itnim_get_iostats() argument
1085 (struct bfa_bsg_itnim_iostats_s *)cmd; in bfad_iocmd_itnim_get_iostats()
1113 bfad_iocmd_itnim_reset_stats(struct bfad_s *bfad, void *cmd) in bfad_iocmd_itnim_reset_stats() argument
1116 (struct bfa_bsg_rport_reset_stats_s *)cmd; in bfad_iocmd_itnim_reset_stats()
1142 bfad_iocmd_itnim_get_itnstats(struct bfad_s *bfad, void *cmd) in bfad_iocmd_itnim_get_itnstats() argument
1145 (struct bfa_bsg_itnim_itnstats_s *)cmd; in bfad_iocmd_itnim_get_itnstats()
1171 bfad_iocmd_fcport_enable(struct bfad_s *bfad, void *cmd) in bfad_iocmd_fcport_enable() argument
1173 struct bfa_bsg_gen_s *iocmd = (struct bfa_bsg_gen_s *)cmd; in bfad_iocmd_fcport_enable()
1184 bfad_iocmd_fcport_disable(struct bfad_s *bfad, void *cmd) in bfad_iocmd_fcport_disable() argument
1186 struct bfa_bsg_gen_s *iocmd = (struct bfa_bsg_gen_s *)cmd; in bfad_iocmd_fcport_disable()
1197 bfad_iocmd_ioc_get_pcifn_cfg(struct bfad_s *bfad, void *cmd) in bfad_iocmd_ioc_get_pcifn_cfg() argument
1199 struct bfa_bsg_pcifn_cfg_s *iocmd = (struct bfa_bsg_pcifn_cfg_s *)cmd; in bfad_iocmd_ioc_get_pcifn_cfg()
1219 bfad_iocmd_pcifn_create(struct bfad_s *bfad, void *cmd) in bfad_iocmd_pcifn_create() argument
1221 struct bfa_bsg_pcifn_s *iocmd = (struct bfa_bsg_pcifn_s *)cmd; in bfad_iocmd_pcifn_create()
1242 bfad_iocmd_pcifn_delete(struct bfad_s *bfad, void *cmd) in bfad_iocmd_pcifn_delete() argument
1244 struct bfa_bsg_pcifn_s *iocmd = (struct bfa_bsg_pcifn_s *)cmd; in bfad_iocmd_pcifn_delete()
1264 bfad_iocmd_pcifn_bw(struct bfad_s *bfad, void *cmd) in bfad_iocmd_pcifn_bw() argument
1266 struct bfa_bsg_pcifn_s *iocmd = (struct bfa_bsg_pcifn_s *)cmd; in bfad_iocmd_pcifn_bw()
1288 bfad_iocmd_adapter_cfg_mode(struct bfad_s *bfad, void *cmd) in bfad_iocmd_adapter_cfg_mode() argument
1291 (struct bfa_bsg_adapter_cfg_mode_s *)cmd; in bfad_iocmd_adapter_cfg_mode()
1311 bfad_iocmd_port_cfg_mode(struct bfad_s *bfad, void *cmd) in bfad_iocmd_port_cfg_mode() argument
1314 (struct bfa_bsg_port_cfg_mode_s *)cmd; in bfad_iocmd_port_cfg_mode()
1335 bfad_iocmd_ablk_optrom(struct bfad_s *bfad, unsigned int cmd, void *pcmd) in bfad_iocmd_ablk_optrom() argument
1343 if (cmd == IOCMD_FLASH_ENABLE_OPTROM) in bfad_iocmd_ablk_optrom()
1361 bfad_iocmd_faa_query(struct bfad_s *bfad, void *cmd) in bfad_iocmd_faa_query() argument
1363 struct bfa_bsg_faa_attr_s *iocmd = (struct bfa_bsg_faa_attr_s *)cmd; in bfad_iocmd_faa_query()
1384 bfad_iocmd_cee_attr(struct bfad_s *bfad, void *cmd, unsigned int payload_len) in bfad_iocmd_cee_attr() argument
1387 (struct bfa_bsg_cee_attr_s *)cmd; in bfad_iocmd_cee_attr()
1420 bfad_iocmd_cee_get_stats(struct bfad_s *bfad, void *cmd, in bfad_iocmd_cee_get_stats() argument
1424 (struct bfa_bsg_cee_stats_s *)cmd; in bfad_iocmd_cee_get_stats()
1457 bfad_iocmd_cee_reset_stats(struct bfad_s *bfad, void *cmd) in bfad_iocmd_cee_reset_stats() argument
1459 struct bfa_bsg_gen_s *iocmd = (struct bfa_bsg_gen_s *)cmd; in bfad_iocmd_cee_reset_stats()
1471 bfad_iocmd_sfp_media(struct bfad_s *bfad, void *cmd) in bfad_iocmd_sfp_media() argument
1473 struct bfa_bsg_sfp_media_s *iocmd = (struct bfa_bsg_sfp_media_s *)cmd; in bfad_iocmd_sfp_media()
1493 bfad_iocmd_sfp_speed(struct bfad_s *bfad, void *cmd) in bfad_iocmd_sfp_speed() argument
1495 struct bfa_bsg_sfp_speed_s *iocmd = (struct bfa_bsg_sfp_speed_s *)cmd; in bfad_iocmd_sfp_speed()
1514 bfad_iocmd_flash_get_attr(struct bfad_s *bfad, void *cmd) in bfad_iocmd_flash_get_attr() argument
1517 (struct bfa_bsg_flash_attr_s *)cmd; in bfad_iocmd_flash_get_attr()
1535 bfad_iocmd_flash_erase_part(struct bfad_s *bfad, void *cmd) in bfad_iocmd_flash_erase_part() argument
1537 struct bfa_bsg_flash_s *iocmd = (struct bfa_bsg_flash_s *)cmd; in bfad_iocmd_flash_erase_part()
1555 bfad_iocmd_flash_update_part(struct bfad_s *bfad, void *cmd, in bfad_iocmd_flash_update_part() argument
1558 struct bfa_bsg_flash_s *iocmd = (struct bfa_bsg_flash_s *)cmd; in bfad_iocmd_flash_update_part()
1587 bfad_iocmd_flash_read_part(struct bfad_s *bfad, void *cmd, in bfad_iocmd_flash_read_part() argument
1590 struct bfa_bsg_flash_s *iocmd = (struct bfa_bsg_flash_s *)cmd; in bfad_iocmd_flash_read_part()
1619 bfad_iocmd_diag_temp(struct bfad_s *bfad, void *cmd) in bfad_iocmd_diag_temp() argument
1622 (struct bfa_bsg_diag_get_temp_s *)cmd; in bfad_iocmd_diag_temp()
1641 bfad_iocmd_diag_memtest(struct bfad_s *bfad, void *cmd) in bfad_iocmd_diag_memtest() argument
1644 (struct bfa_bsg_diag_memtest_s *)cmd; in bfad_iocmd_diag_memtest()
1664 bfad_iocmd_diag_loopback(struct bfad_s *bfad, void *cmd) in bfad_iocmd_diag_loopback() argument
1667 (struct bfa_bsg_diag_loopback_s *)cmd; in bfad_iocmd_diag_loopback()
1687 bfad_iocmd_diag_fwping(struct bfad_s *bfad, void *cmd) in bfad_iocmd_diag_fwping() argument
1690 (struct bfa_bsg_diag_fwping_s *)cmd; in bfad_iocmd_diag_fwping()
1711 bfad_iocmd_diag_queuetest(struct bfad_s *bfad, void *cmd) in bfad_iocmd_diag_queuetest() argument
1713 struct bfa_bsg_diag_qtest_s *iocmd = (struct bfa_bsg_diag_qtest_s *)cmd; in bfad_iocmd_diag_queuetest()
1732 bfad_iocmd_diag_sfp(struct bfad_s *bfad, void *cmd) in bfad_iocmd_diag_sfp() argument
1735 (struct bfa_bsg_sfp_show_s *)cmd; in bfad_iocmd_diag_sfp()
1755 bfad_iocmd_diag_led(struct bfad_s *bfad, void *cmd) in bfad_iocmd_diag_led() argument
1757 struct bfa_bsg_diag_led_s *iocmd = (struct bfa_bsg_diag_led_s *)cmd; in bfad_iocmd_diag_led()
1768 bfad_iocmd_diag_beacon_lport(struct bfad_s *bfad, void *cmd) in bfad_iocmd_diag_beacon_lport() argument
1771 (struct bfa_bsg_diag_beacon_s *)cmd; in bfad_iocmd_diag_beacon_lport()
1783 bfad_iocmd_diag_lb_stat(struct bfad_s *bfad, void *cmd) in bfad_iocmd_diag_lb_stat() argument
1786 (struct bfa_bsg_diag_lb_stat_s *)cmd; in bfad_iocmd_diag_lb_stat()
1880 bfad_iocmd_phy_get_attr(struct bfad_s *bfad, void *cmd) in bfad_iocmd_phy_get_attr() argument
1883 (struct bfa_bsg_phy_attr_s *)cmd; in bfad_iocmd_phy_get_attr()
1901 bfad_iocmd_phy_get_stats(struct bfad_s *bfad, void *cmd) in bfad_iocmd_phy_get_stats() argument
1904 (struct bfa_bsg_phy_stats_s *)cmd; in bfad_iocmd_phy_get_stats()
1922 bfad_iocmd_phy_read(struct bfad_s *bfad, void *cmd, unsigned int payload_len) in bfad_iocmd_phy_read() argument
1924 struct bfa_bsg_phy_s *iocmd = (struct bfa_bsg_phy_s *)cmd; in bfad_iocmd_phy_read()
1954 bfad_iocmd_vhba_query(struct bfad_s *bfad, void *cmd) in bfad_iocmd_vhba_query() argument
1957 (struct bfa_bsg_vhba_attr_s *)cmd; in bfad_iocmd_vhba_query()
1973 bfad_iocmd_phy_update(struct bfad_s *bfad, void *cmd, unsigned int payload_len) in bfad_iocmd_phy_update() argument
1975 struct bfa_bsg_phy_s *iocmd = (struct bfa_bsg_phy_s *)cmd; in bfad_iocmd_phy_update()
2003 bfad_iocmd_porglog_get(struct bfad_s *bfad, void *cmd) in bfad_iocmd_porglog_get() argument
2005 struct bfa_bsg_debug_s *iocmd = (struct bfa_bsg_debug_s *)cmd; in bfad_iocmd_porglog_get()
2023 bfad_iocmd_debug_fw_core(struct bfad_s *bfad, void *cmd, in bfad_iocmd_debug_fw_core() argument
2026 struct bfa_bsg_debug_s *iocmd = (struct bfa_bsg_debug_s *)cmd; in bfad_iocmd_debug_fw_core()
2057 bfad_iocmd_debug_ctl(struct bfad_s *bfad, void *cmd, unsigned int v_cmd) in bfad_iocmd_debug_ctl() argument
2059 struct bfa_bsg_gen_s *iocmd = (struct bfa_bsg_gen_s *)cmd; in bfad_iocmd_debug_ctl()
2078 bfad_iocmd_porglog_ctl(struct bfad_s *bfad, void *cmd) in bfad_iocmd_porglog_ctl() argument
2080 struct bfa_bsg_portlogctl_s *iocmd = (struct bfa_bsg_portlogctl_s *)cmd; in bfad_iocmd_porglog_ctl()
2092 bfad_iocmd_fcpim_cfg_profile(struct bfad_s *bfad, void *cmd, unsigned int v_cmd) in bfad_iocmd_fcpim_cfg_profile() argument
2095 (struct bfa_bsg_fcpim_profile_s *)cmd; in bfad_iocmd_fcpim_cfg_profile()
2111 bfad_iocmd_itnim_get_ioprofile(struct bfad_s *bfad, void *cmd) in bfad_iocmd_itnim_get_ioprofile() argument
2114 (struct bfa_bsg_itnim_ioprofile_s *)cmd; in bfad_iocmd_itnim_get_ioprofile()
2138 bfad_iocmd_fcport_get_stats(struct bfad_s *bfad, void *cmd) in bfad_iocmd_fcport_get_stats() argument
2141 (struct bfa_bsg_fcport_stats_s *)cmd; in bfad_iocmd_fcport_get_stats()
2163 bfad_iocmd_fcport_reset_stats(struct bfad_s *bfad, void *cmd) in bfad_iocmd_fcport_reset_stats() argument
2165 struct bfa_bsg_gen_s *iocmd = (struct bfa_bsg_gen_s *)cmd; in bfad_iocmd_fcport_reset_stats()
2187 bfad_iocmd_boot_cfg(struct bfad_s *bfad, void *cmd) in bfad_iocmd_boot_cfg() argument
2189 struct bfa_bsg_boot_s *iocmd = (struct bfa_bsg_boot_s *)cmd; in bfad_iocmd_boot_cfg()
2209 bfad_iocmd_boot_query(struct bfad_s *bfad, void *cmd) in bfad_iocmd_boot_query() argument
2211 struct bfa_bsg_boot_s *iocmd = (struct bfa_bsg_boot_s *)cmd; in bfad_iocmd_boot_query()
2231 bfad_iocmd_preboot_query(struct bfad_s *bfad, void *cmd) in bfad_iocmd_preboot_query() argument
2233 struct bfa_bsg_preboot_s *iocmd = (struct bfa_bsg_preboot_s *)cmd; in bfad_iocmd_preboot_query()
2250 bfad_iocmd_ethboot_cfg(struct bfad_s *bfad, void *cmd) in bfad_iocmd_ethboot_cfg() argument
2252 struct bfa_bsg_ethboot_s *iocmd = (struct bfa_bsg_ethboot_s *)cmd; in bfad_iocmd_ethboot_cfg()
2273 bfad_iocmd_ethboot_query(struct bfad_s *bfad, void *cmd) in bfad_iocmd_ethboot_query() argument
2275 struct bfa_bsg_ethboot_s *iocmd = (struct bfa_bsg_ethboot_s *)cmd; in bfad_iocmd_ethboot_query()
2296 bfad_iocmd_cfg_trunk(struct bfad_s *bfad, void *cmd, unsigned int v_cmd) in bfad_iocmd_cfg_trunk() argument
2298 struct bfa_bsg_gen_s *iocmd = (struct bfa_bsg_gen_s *)cmd; in bfad_iocmd_cfg_trunk()
2336 bfad_iocmd_trunk_get_attr(struct bfad_s *bfad, void *cmd) in bfad_iocmd_trunk_get_attr() argument
2338 struct bfa_bsg_trunk_attr_s *iocmd = (struct bfa_bsg_trunk_attr_s *)cmd; in bfad_iocmd_trunk_get_attr()
2359 bfad_iocmd_qos(struct bfad_s *bfad, void *cmd, unsigned int v_cmd) in bfad_iocmd_qos() argument
2361 struct bfa_bsg_gen_s *iocmd = (struct bfa_bsg_gen_s *)cmd; in bfad_iocmd_qos()
2387 bfad_iocmd_qos_get_attr(struct bfad_s *bfad, void *cmd) in bfad_iocmd_qos_get_attr() argument
2389 struct bfa_bsg_qos_attr_s *iocmd = (struct bfa_bsg_qos_attr_s *)cmd; in bfad_iocmd_qos_get_attr()
2413 bfad_iocmd_qos_get_vc_attr(struct bfad_s *bfad, void *cmd) in bfad_iocmd_qos_get_vc_attr() argument
2416 (struct bfa_bsg_qos_vc_attr_s *)cmd; in bfad_iocmd_qos_get_vc_attr()
2445 bfad_iocmd_qos_get_stats(struct bfad_s *bfad, void *cmd) in bfad_iocmd_qos_get_stats() argument
2448 (struct bfa_bsg_fcport_stats_s *)cmd; in bfad_iocmd_qos_get_stats()
2477 bfad_iocmd_qos_reset_stats(struct bfad_s *bfad, void *cmd) in bfad_iocmd_qos_reset_stats() argument
2479 struct bfa_bsg_gen_s *iocmd = (struct bfa_bsg_gen_s *)cmd; in bfad_iocmd_qos_reset_stats()
2508 bfad_iocmd_vf_get_stats(struct bfad_s *bfad, void *cmd) in bfad_iocmd_vf_get_stats() argument
2511 (struct bfa_bsg_vf_stats_s *)cmd; in bfad_iocmd_vf_get_stats()
2531 bfad_iocmd_vf_clr_stats(struct bfad_s *bfad, void *cmd) in bfad_iocmd_vf_clr_stats() argument
2534 (struct bfa_bsg_vf_reset_stats_s *)cmd; in bfad_iocmd_vf_clr_stats()
2591 bfad_iocmd_fcpim_lunmask_query(struct bfad_s *bfad, void *cmd) in bfad_iocmd_fcpim_lunmask_query() argument
2594 (struct bfa_bsg_fcpim_lunmask_query_s *)cmd; in bfad_iocmd_fcpim_lunmask_query()
2605 bfad_iocmd_fcpim_cfg_lunmask(struct bfad_s *bfad, void *cmd, unsigned int v_cmd) in bfad_iocmd_fcpim_cfg_lunmask() argument
2608 (struct bfa_bsg_fcpim_lunmask_s *)cmd; in bfad_iocmd_fcpim_cfg_lunmask()
2624 bfad_iocmd_fcpim_throttle_query(struct bfad_s *bfad, void *cmd) in bfad_iocmd_fcpim_throttle_query() argument
2627 (struct bfa_bsg_fcpim_throttle_s *)cmd; in bfad_iocmd_fcpim_throttle_query()
2639 bfad_iocmd_fcpim_throttle_set(struct bfad_s *bfad, void *cmd) in bfad_iocmd_fcpim_throttle_set() argument
2642 (struct bfa_bsg_fcpim_throttle_s *)cmd; in bfad_iocmd_fcpim_throttle_set()
2654 bfad_iocmd_tfru_read(struct bfad_s *bfad, void *cmd) in bfad_iocmd_tfru_read() argument
2657 (struct bfa_bsg_tfru_s *)cmd; in bfad_iocmd_tfru_read()
2676 bfad_iocmd_tfru_write(struct bfad_s *bfad, void *cmd) in bfad_iocmd_tfru_write() argument
2679 (struct bfa_bsg_tfru_s *)cmd; in bfad_iocmd_tfru_write()
2698 bfad_iocmd_fruvpd_read(struct bfad_s *bfad, void *cmd) in bfad_iocmd_fruvpd_read() argument
2701 (struct bfa_bsg_fruvpd_s *)cmd; in bfad_iocmd_fruvpd_read()
2720 bfad_iocmd_fruvpd_update(struct bfad_s *bfad, void *cmd) in bfad_iocmd_fruvpd_update() argument
2723 (struct bfa_bsg_fruvpd_s *)cmd; in bfad_iocmd_fruvpd_update()
2742 bfad_iocmd_fruvpd_get_max_size(struct bfad_s *bfad, void *cmd) in bfad_iocmd_fruvpd_get_max_size() argument
2745 (struct bfa_bsg_fruvpd_max_size_s *)cmd; in bfad_iocmd_fruvpd_get_max_size()
2757 bfad_iocmd_handler(struct bfad_s *bfad, unsigned int cmd, void *iocmd, in bfad_iocmd_handler() argument
2762 switch (cmd) { in bfad_iocmd_handler()
2783 rc = bfad_iocmd_ioc_reset_stats(bfad, iocmd, cmd); in bfad_iocmd_handler()
2787 rc = bfad_iocmd_ioc_set_name(bfad, iocmd, cmd); in bfad_iocmd_handler()
2814 rc = bfad_iocmd_set_port_cfg(bfad, iocmd, cmd); in bfad_iocmd_handler()
2821 rc = bfad_iocmd_port_cfg_bbcr(bfad, cmd, iocmd); in bfad_iocmd_handler()
2870 rc = bfad_iocmd_ratelim(bfad, cmd, iocmd); in bfad_iocmd_handler()
2873 rc = bfad_iocmd_ratelim_speed(bfad, cmd, iocmd); in bfad_iocmd_handler()
2928 rc = bfad_iocmd_ablk_optrom(bfad, cmd, iocmd); in bfad_iocmd_handler()
3024 rc = bfad_iocmd_debug_ctl(bfad, iocmd, cmd); in bfad_iocmd_handler()
3031 rc = bfad_iocmd_fcpim_cfg_profile(bfad, iocmd, cmd); in bfad_iocmd_handler()
3059 rc = bfad_iocmd_cfg_trunk(bfad, iocmd, cmd); in bfad_iocmd_handler()
3066 rc = bfad_iocmd_qos(bfad, iocmd, cmd); in bfad_iocmd_handler()
3092 rc = bfad_iocmd_lunmask(bfad, iocmd, cmd); in bfad_iocmd_handler()
3099 rc = bfad_iocmd_fcpim_cfg_lunmask(bfad, iocmd, cmd); in bfad_iocmd_handler()