Searched refs:sns_cmd (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/scsi/qla2xxx/
H A Dqla_gs.c968 * Returns a pointer to the @ha's sns_cmd.
975 struct sns_cmd_pkt *sns_cmd; local
978 sns_cmd = ha->sns_cmd;
979 memset(sns_cmd, 0, sizeof(struct sns_cmd_pkt));
981 sns_cmd->p.cmd.buffer_length = cpu_to_le16(wc);
982 put_unaligned_le64(ha->sns_cmd_dma, &sns_cmd->p.cmd.buffer_address);
983 sns_cmd->p.cmd.subcommand_length = cpu_to_le16(scmd_len);
984 sns_cmd->p.cmd.subcommand = cpu_to_le16(cmd);
986 sns_cmd
1007 struct sns_cmd_pkt *sns_cmd; local
1075 struct sns_cmd_pkt *sns_cmd; local
1145 struct sns_cmd_pkt *sns_cmd; local
1201 struct sns_cmd_pkt *sns_cmd; local
1262 struct sns_cmd_pkt *sns_cmd; local
1311 struct sns_cmd_pkt *sns_cmd; local
[all...]
H A Dqla_os.c4324 ha->sns_cmd = dma_alloc_coherent(&ha->pdev->dev,
4326 if (!ha->sns_cmd)
4329 "sns_cmd: %p.\n", ha->sns_cmd);
4545 if (ha->sns_cmd)
4547 ha->sns_cmd, ha->sns_cmd_dma);
4913 if (ha->sns_cmd)
4915 ha->sns_cmd, ha->sns_cmd_dma);
4916 ha->sns_cmd = NULL;
H A Dqla_def.h4440 struct sns_cmd_pkt *sns_cmd; member in struct:qla_hw_data

Completed in 347 milliseconds