Home
last modified time | relevance | path

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

/linux/drivers/block/mtip32xx/
H A Dmtip32xx.h341 void *command_list; member
H A Dmtip32xx.c2051 dd->port->command_list + sizeof(struct mtip_cmd_hdr) * rq->tag; in mtip_hw_submit_io()
2589 if (port->command_list) { in mtip_dma_free()
2591 port->command_list, port->command_list_dma); in mtip_dma_free()
2615 port->command_list = in mtip_dma_alloc()
2618 if (!port->command_list) { in mtip_dma_alloc()
3275 dd->port->command_list + sizeof(struct mtip_cmd_hdr) * rq->tag; in mtip_issue_reserved_cmd()