Searched refs:__req (Results 1 – 4 of 4) sorted by relevance
/linux-6.6.21/include/linux/ |
D | blk-mq.h | 226 struct request *__req = NULL; \ 228 __req = *(listptr); \ 229 *(listptr) = __req->rq_next; \ 231 __req; \ 236 struct request *__req = NULL; \ 238 __req = *(listptr); \ 239 __req; \
|
/linux-6.6.21/drivers/scsi/bfa/ |
D | bfa_fcs.h | 511 #define bfa_fcs_fcxp_alloc(__fcs, __req) \ argument 513 NULL, NULL, NULL, NULL, __req) 515 __alloc_cbarg, __req) \ argument 517 __alloc_cbarg, NULL, 0, 0, NULL, NULL, NULL, NULL, __req)
|
/linux-6.6.21/drivers/usb/gadget/udc/ |
D | aspeed_udc.c | 169 #define to_ast_req(__req) container_of(__req, struct ast_udc_request, req) argument
|
/linux-6.6.21/drivers/net/ethernet/broadcom/bnxt/ |
D | bnxt.c | 7167 void **__req = (void **)&req; in bnxt_hwrm_func_backing_store_cfg() local 7182 rc = __hwrm_req_init(bp, __req, HWRM_FUNC_BACKING_STORE_CFG, req_len); in bnxt_hwrm_func_backing_store_cfg()
|