Home
last modified time | relevance | path

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

/linux/drivers/scsi/fnic/
H A Dfdls_fc.h86 #define FNIC_STD_SET_PORT_ID(__req, __portid) \ argument
87 memcpy(__req.fr_fid.fp_fid, __portid, 3)
/linux/drivers/scsi/bfa/
H A Dbfa_fcs.h685 #define bfa_fcs_fcxp_alloc(__fcs, __req) \ argument
687 NULL, NULL, NULL, NULL, __req)
689 __alloc_cbarg, __req) \ argument
691 __alloc_cbarg, NULL, 0, 0, NULL, NULL, NULL, NULL, __req)
/linux/drivers/usb/gadget/udc/
H A Daspeed_udc.c169 #define to_ast_req(__req) container_of(__req, struct ast_udc_request, req) argument