Searched refs:next_cqe (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/uts/common/io/qede/ |
H A D | qede_fp.c | 732 goto next_cqe; in qede_process_rx_ring() 741 goto next_cqe; in qede_process_rx_ring() 745 goto next_cqe; in qede_process_rx_ring() 769 goto next_cqe; in qede_process_rx_ring() 780 next_cqe: in qede_process_rx_ring()
|
/illumos-gate/usr/src/lib/udapl/udapl_tavor/tavor/ |
H A D | dapl_arbel_hw.c | 1389 tavor_hw_cqe_t *next_cqe; in dapli_arbel_cq_srq_entries_flush() local 1466 next_cqe = &cq->cq_addr[new_indx]; in dapli_arbel_cq_srq_entries_flush() 1471 (void) dapl_os_memcpy(next_cqe, cqe, in dapli_arbel_cq_srq_entries_flush()
|
H A D | dapl_hermon_hw.c | 1444 tavor_hw_cqe_t *next_cqe; in dapli_hermon_cq_srq_entries_flush() local 1515 next_cqe = &cq->cq_addr[new_indx]; in dapli_hermon_cq_srq_entries_flush() 1520 (void) dapl_os_memcpy(next_cqe, cqe, in dapli_hermon_cq_srq_entries_flush()
|
H A D | dapl_tavor_hw.c | 1722 tavor_hw_cqe_t *next_cqe; in dapli_tavor_cq_srq_entries_flush() local 1800 next_cqe = &cq->cq_addr[new_indx]; in dapli_tavor_cq_srq_entries_flush() 1805 (void) dapl_os_memcpy(next_cqe, cqe, in dapli_tavor_cq_srq_entries_flush()
|
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/ |
H A D | tavor_cq.c | 1603 tavor_hw_cqe_t *next_cqe; in tavor_cq_srq_entries_flush() local 1698 next_cqe = &cq->cq_buf[new_indx]; in tavor_cq_srq_entries_flush() 1704 bcopy(cqe, next_cqe, sizeof (tavor_hw_cqe_t)); in tavor_cq_srq_entries_flush()
|
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/ |
H A D | hermon_cq.c | 1650 hermon_hw_cqe_t *cqe, *next_cqe; in hermon_cq_entries_flush() local 1731 next_cqe = in hermon_cq_entries_flush() 1734 bcopy(cqe, next_cqe, sizeof (hermon_hw_cqe_t)); in hermon_cq_entries_flush()
|