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.c2050 dd->port->command_list + sizeof(struct mtip_cmd_hdr) * rq->tag; in mtip_hw_submit_io()
2584 if (port->command_list) { in mtip_dma_free()
2586 port->command_list, port->command_list_dma); in mtip_dma_free()
2610 port->command_list = in mtip_dma_alloc()
2613 if (!port->command_list) { in mtip_dma_alloc()
3265 dd->port->command_list + sizeof(struct mtip_cmd_hdr) * rq->tag; in mtip_issue_reserved_cmd()
/linux/fs/smb/server/
H A Dsmb2pdu.c7025 struct list_head *command_list; in smb2_cancel() local
7034 command_list = &conn->async_requests; in smb2_cancel()
7037 list_for_each_entry(iter, command_list, in smb2_cancel()
7056 command_list = &conn->requests; in smb2_cancel()
7059 list_for_each_entry(iter, command_list, request_entry) { in smb2_cancel()