Searched refs:rb_pend_list (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/lpfc/
H A Dlpfc.h648 struct list_head rb_pend_list; /* Received buffers to be processed */ member in struct:lpfc_hba
H A Dlpfc_init.c4091 INIT_LIST_HEAD(&phba->rb_pend_list);
5201 INIT_LIST_HEAD(&phba->rb_pend_list);
H A Dlpfc_sli.c1284 list_for_each_entry_safe(dmabuf, next_dmabuf, &phba->rb_pend_list,
11758 * received dma buffers to the rb_pend_list queue and signals the worker thread.

Completed in 115 milliseconds