Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/block/mtip32xx/
H A Dmtip32xx.c1464 struct mtip_cmd_sg *command_sg; in fill_command_sg() local
1467 command_sg = command->command + AHCI_CMD_TBL_HDR_SZ; in fill_command_sg()
1474 command_sg->info = cpu_to_le32((dma_len-1) & 0x3FFFFF); in fill_command_sg()
1475 command_sg->dba = cpu_to_le32(sg_dma_address(sg)); in fill_command_sg()
1476 command_sg->dba_upper = in fill_command_sg()
1478 command_sg++; in fill_command_sg()
3455 struct mtip_cmd_sg *command_sg; in mtip_issue_reserved_cmd() local
3466 command_sg = cmd->command + AHCI_CMD_TBL_HDR_SZ; in mtip_issue_reserved_cmd()
3468 command_sg->info = cpu_to_le32((icmd->buf_len-1) & 0x3FFFFF); in mtip_issue_reserved_cmd()
3469 command_sg in mtip_issue_reserved_cmd()
[all...]
/kernel/linux/linux-6.6/drivers/block/mtip32xx/
H A Dmtip32xx.c1452 struct mtip_cmd_sg *command_sg; in fill_command_sg() local
1455 command_sg = command->command + AHCI_CMD_TBL_HDR_SZ; in fill_command_sg()
1462 command_sg->info = cpu_to_le32((dma_len-1) & 0x3FFFFF); in fill_command_sg()
1463 command_sg->dba = cpu_to_le32(sg_dma_address(sg)); in fill_command_sg()
1464 command_sg->dba_upper = in fill_command_sg()
1466 command_sg++; in fill_command_sg()
3281 struct mtip_cmd_sg *command_sg; in mtip_issue_reserved_cmd() local
3292 command_sg = cmd->command + AHCI_CMD_TBL_HDR_SZ; in mtip_issue_reserved_cmd()
3294 command_sg->info = cpu_to_le32((icmd->buf_len-1) & 0x3FFFFF); in mtip_issue_reserved_cmd()
3295 command_sg in mtip_issue_reserved_cmd()
[all...]

Completed in 11 milliseconds