Home
last modified time | relevance | path

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

/linux-6.15/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()
3270 dd->port->command_list + sizeof(struct mtip_cmd_hdr) * rq->tag; in mtip_issue_reserved_cmd()
/linux-6.15/fs/smb/server/
H A Dsmb2pdu.c7126 struct list_head *command_list; in smb2_cancel() local
7135 command_list = &conn->async_requests; in smb2_cancel()
7138 list_for_each_entry(iter, command_list, in smb2_cancel()
7157 command_list = &conn->requests; in smb2_cancel()
7160 list_for_each_entry(iter, command_list, request_entry) { in smb2_cancel()