Searched refs:post_arg (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/cavium/cpt/ |
H A D | cptvf_reqmanager.c | 347 info = (struct cpt_info_buffer *)pentry->post_arg; in process_pending_queue() 365 pentry->post_arg = NULL; in process_pending_queue() 379 pentry->post_arg = NULL; in process_pending_queue() 396 pentry->post_arg = NULL; in process_pending_queue() 505 pentry->post_arg = (void *)info; in process_request()
|
H A D | cptvf.h | 71 void *post_arg; member
|
/kernel/linux/linux-6.6/drivers/crypto/cavium/cpt/ |
H A D | cptvf_reqmanager.c | 343 info = (struct cpt_info_buffer *)pentry->post_arg; in process_pending_queue() 361 pentry->post_arg = NULL; in process_pending_queue() 375 pentry->post_arg = NULL; in process_pending_queue() 392 pentry->post_arg = NULL; in process_pending_queue() 501 pentry->post_arg = (void *)info; in process_request()
|
H A D | cptvf.h | 71 void *post_arg; member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/toshiba/ |
H A D | ps3_gelic_wireless.c | 88 int post_arg; /* command requires arg1, arg2 at GET_RESULT */ member 95 [GELIC_EURUS_CMD_GET_COMMON_CFG] = { .post_arg = 1}, 96 [GELIC_EURUS_CMD_GET_WEP_CFG] = { .post_arg = 1}, 97 [GELIC_EURUS_CMD_GET_WPA_CFG] = { .post_arg = 1}, 98 [GELIC_EURUS_CMD_GET_RSSI_CFG] = { .post_arg = 1}, 100 [GELIC_EURUS_CMD_GET_SCAN] = { .post_arg = 1}, 153 cmd_info[cmd->cmd].post_arg); in gelic_eurus_sync_cmd_worker() 180 if (cmd_info[cmd->cmd].post_arg) { in gelic_eurus_sync_cmd_worker()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/toshiba/ |
H A D | ps3_gelic_wireless.c | 88 int post_arg; /* command requires arg1, arg2 at GET_RESULT */ member 95 [GELIC_EURUS_CMD_GET_COMMON_CFG] = { .post_arg = 1}, 96 [GELIC_EURUS_CMD_GET_WEP_CFG] = { .post_arg = 1}, 97 [GELIC_EURUS_CMD_GET_WPA_CFG] = { .post_arg = 1}, 98 [GELIC_EURUS_CMD_GET_RSSI_CFG] = { .post_arg = 1}, 100 [GELIC_EURUS_CMD_GET_SCAN] = { .post_arg = 1}, 153 cmd_info[cmd->cmd].post_arg); in gelic_eurus_sync_cmd_worker() 180 if (cmd_info[cmd->cmd].post_arg) { in gelic_eurus_sync_cmd_worker()
|
Completed in 8 milliseconds