Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/block/mtip32xx/
Dmtip32xx.h343 void *command_list; member
Dmtip32xx.c2062 dd->port->command_list + sizeof(struct mtip_cmd_hdr) * rq->tag; in mtip_hw_submit_io()
2718 if (port->command_list) { in mtip_dma_free()
2720 port->command_list, port->command_list_dma); in mtip_dma_free()
2744 port->command_list = in mtip_dma_alloc()
2747 if (!port->command_list) { in mtip_dma_alloc()
3414 dd->port->command_list + sizeof(struct mtip_cmd_hdr) * rq->tag; in mtip_issue_reserved_cmd()
/Linux-v5.15/fs/ksmbd/
Dsmb2pdu.c6547 struct list_head *command_list; in smb2_cancel() local
6553 command_list = &conn->async_requests; in smb2_cancel()
6556 list_for_each_entry(cancel_work, command_list, in smb2_cancel()
6573 command_list = &conn->requests; in smb2_cancel()
6576 list_for_each_entry(cancel_work, command_list, request_entry) { in smb2_cancel()