Home
last modified time | relevance | path

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

/linux/drivers/crypto/cavium/nitrox/
H A Dnitrox_dev.h24 * @response_head: submitted request list
45 struct list_head response_head; member
H A Dnitrox_reqmgr.c247 list_add_tail(&sr->response, &cmdq->response_head); in response_list_add()
262 return list_first_entry_or_null(&cmdq->response_head, in get_first_response_entry()
H A Dnitrox_lib.c44 INIT_LIST_HEAD(&cmdq->response_head); in nitrox_cmdq_init()