Searched refs:command_sg (Results 1 – 1 of 1) sorted by relevance
1587 struct mtip_cmd_sg *command_sg; in fill_command_sg() local1590 command_sg = command->command + AHCI_CMD_TBL_HDR_SZ; in fill_command_sg()1597 command_sg->info = __force_bit2int in fill_command_sg()1599 command_sg->dba = __force_bit2int in fill_command_sg()1601 command_sg->dba_upper = __force_bit2int in fill_command_sg()1603 command_sg++; in fill_command_sg()3621 struct mtip_cmd_sg *command_sg; in mtip_issue_reserved_cmd() local3630 command_sg = cmd->command + AHCI_CMD_TBL_HDR_SZ; in mtip_issue_reserved_cmd()3632 command_sg->info = in mtip_issue_reserved_cmd()3634 command_sg->dba = in mtip_issue_reserved_cmd()[all …]