Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/block/mtip32xx/
Dmtip32xx.c1587 struct mtip_cmd_sg *command_sg; in fill_command_sg() local
1590 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() local
3630 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 …]