Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/bfa/
Dbfad_bsg.c187 bfad_iocmd_ioc_reset_stats(struct bfad_s *bfad, void *cmd, unsigned int v_cmd) in bfad_iocmd_ioc_reset_stats() argument
192 if (v_cmd == IOCMD_IOC_RESET_STATS) { in bfad_iocmd_ioc_reset_stats()
195 } else if (v_cmd == IOCMD_IOC_RESET_FWSTATS) { 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
209 if (v_cmd == IOCMD_IOC_SET_ADAPTER_NAME) in bfad_iocmd_ioc_set_name()
211 else if (v_cmd == IOCMD_IOC_SET_PORT_NAME) in bfad_iocmd_ioc_set_name()
381 bfad_iocmd_set_port_cfg(struct bfad_s *bfad, void *iocmd, unsigned int v_cmd) in bfad_iocmd_set_port_cfg() argument
387 if (v_cmd == IOCMD_PORT_CFG_TOPO) in bfad_iocmd_set_port_cfg()
389 else if (v_cmd == IOCMD_PORT_CFG_SPEED) in bfad_iocmd_set_port_cfg()
391 else if (v_cmd == IOCMD_PORT_CFG_ALPA) in bfad_iocmd_set_port_cfg()
[all …]