Searched refs:hbq_buffer_list (Results 1 - 4 of 4) 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_debugfs.c306 list_for_each_entry(d_buf, &hbqs->hbq_buffer_list, list)
349 list_for_each_entry(d_buf, &hbqs->hbq_buffer_list, list) {
H A Dlpfc.h431 struct list_head hbq_buffer_list; /* buffers assigned to this HBQ */ member in struct:hbq_s
H A Dlpfc_sli.c1276 &phba->hbqs[i].hbq_buffer_list, list) {
1334 * buffer and place it on the hbq_buffer_list. The function will return zero if
1360 list_add_tail(&hbq_buf->dbuf.list, &hbqp->hbq_buffer_list);
1374 * the hbq_buffer_list and return zero, otherwise it will return an error.
1393 list_add_tail(&hbq_buf->dbuf.list, &phba->hbqs[hbqno].hbq_buffer_list);
1567 list_for_each_entry(d_buf, &phba->hbqs[hbqno].hbq_buffer_list, list) {
9006 dma_buf = lpfc_sli_hbqbuf_get(&phba->hbqs[0].hbq_buffer_list);
H A Dlpfc_init.c4090 INIT_LIST_HEAD(&phba->hbqs[i].hbq_buffer_list);
5192 INIT_LIST_HEAD(&phba->hbqs[i].hbq_buffer_list);

Completed in 122 milliseconds