Home
last modified time | relevance | path

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

/openbmc/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()
2599 if (port->command_list) { in mtip_dma_free()
2601 port->command_list, port->command_list_dma); in mtip_dma_free()
2625 port->command_list = in mtip_dma_alloc()
2628 if (!port->command_list) { in mtip_dma_alloc()
3280 dd->port->command_list + sizeof(struct mtip_cmd_hdr) * rq->tag; in mtip_issue_reserved_cmd()
/openbmc/linux/fs/smb/server/
H A Dsmb2pdu.c7081 struct list_head *command_list; in smb2_cancel() local
7090 command_list = &conn->async_requests; in smb2_cancel()
7093 list_for_each_entry(iter, command_list, in smb2_cancel()
7112 command_list = &conn->requests; in smb2_cancel()
7115 list_for_each_entry(iter, command_list, request_entry) { in smb2_cancel()