Home
last modified time | relevance | path

Searched refs:v_cmd (Results 1 – 1 of 1) sorted by relevance

/drivers/scsi/bfa/
Dbfad_bsg.c180 bfad_iocmd_ioc_reset_stats(struct bfad_s *bfad, void *cmd, unsigned int v_cmd) in bfad_iocmd_ioc_reset_stats() argument
185 if (v_cmd == IOCMD_IOC_RESET_STATS) { in bfad_iocmd_ioc_reset_stats()
188 } else if (v_cmd == IOCMD_IOC_RESET_FWSTATS) { 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
202 if (v_cmd == IOCMD_IOC_SET_ADAPTER_NAME) in bfad_iocmd_ioc_set_name()
204 else if (v_cmd == IOCMD_IOC_SET_PORT_NAME) in bfad_iocmd_ioc_set_name()
374 bfad_iocmd_set_port_cfg(struct bfad_s *bfad, void *iocmd, unsigned int v_cmd) in bfad_iocmd_set_port_cfg() argument
380 if (v_cmd == IOCMD_PORT_CFG_TOPO) in bfad_iocmd_set_port_cfg()
382 else if (v_cmd == IOCMD_PORT_CFG_SPEED) in bfad_iocmd_set_port_cfg()
384 else if (v_cmd == IOCMD_PORT_CFG_ALPA) in bfad_iocmd_set_port_cfg()
[all …]