Home
last modified time | relevance | path

Searched refs:command_list (Results 1 – 3 of 3) 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()
/linux/fs/smb/server/
H A Dsmb2pdu.c7292 struct list_head *command_list; in smb2_cancel() local
7301 command_list = &conn->async_requests; in smb2_cancel()
7304 list_for_each_entry(iter, command_list, in smb2_cancel()
7323 command_list = &conn->requests; in smb2_cancel()
7326 list_for_each_entry(iter, command_list, request_entry) { in smb2_cancel()