Home
last modified time | relevance | path

Searched refs:frame_work (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/drivers/scsi/fnic/
Dfnic.h283 struct work_struct frame_work; member
Dfnic_fcs.c193 struct fnic *fnic = container_of(work, struct fnic, frame_work); in fnic_handle_frame()
920 queue_work(fnic_event_queue, &fnic->frame_work); in fnic_rq_cmpl_frame_recv()
Dfnic_main.c877 INIT_WORK(&fnic->frame_work, fnic_handle_frame); in fnic_probe()
Dfnic_scsi.c755 queue_work(fnic_event_queue, &fnic->frame_work); in fnic_fcpio_flogi_reg_cmpl_handler()