Searched refs:fcp_frame (Results 1 – 1 of 1) sorted by relevance
675 void *fcp_frame = NULL; in handle_request() local696 fcp_frame = kmemdup(payload, length, GFP_ATOMIC); in handle_request()697 if (fcp_frame == NULL) in handle_request()700 r->data = fcp_frame; in handle_request()744 kfree(fcp_frame); in handle_request()