Searched refs:frame_work (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/fnic/ |
H A D | fnic.h | 283 struct work_struct frame_work; member
|
H A D | fnic_fcs.c | 193 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()
|
H A D | fnic_main.c | 878 INIT_WORK(&fnic->frame_work, fnic_handle_frame); in fnic_probe()
|
H A D | fnic_scsi.c | 755 queue_work(fnic_event_queue, &fnic->frame_work); in fnic_fcpio_flogi_reg_cmpl_handler()
|
/kernel/linux/linux-6.6/drivers/scsi/fnic/ |
H A D | fnic.h | 288 struct work_struct frame_work; member
|
H A D | fnic_fcs.c | 183 struct fnic *fnic = container_of(work, struct fnic, frame_work); in fnic_handle_frame() 910 queue_work(fnic_event_queue, &fnic->frame_work); in fnic_rq_cmpl_frame_recv()
|
H A D | fnic_main.c | 894 INIT_WORK(&fnic->frame_work, fnic_handle_frame); in fnic_probe()
|
H A D | fnic_scsi.c | 741 queue_work(fnic_event_queue, &fnic->frame_work); in fnic_fcpio_flogi_reg_cmpl_handler()
|
Completed in 16 milliseconds