Home
last modified time | relevance | path

Searched refs:sdsr_next (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/dev/qlxgb/
H A Dqla_isr.c288 comp_idx = hw->sds[sds_idx].sdsr_next; in qla_rcv_isr()
330 if (hw->sds[sds_idx].sdsr_next != comp_idx) { in qla_rcv_isr()
333 hw->sds[sds_idx].sdsr_next = comp_idx; in qla_rcv_isr()
H A Dqla_hw.h712 uint32_t sdsr_next; /* next entry in SDS ring to process */ member
H A Dqla_os.c1232 ha->hw.sds[i].sdsr_next = 0; in qla_alloc_rcv_bufs()
1362 ha->hw.sds[i].sdsr_next = 0; in qla_free_rcv_bufs()
/freebsd/sys/dev/qlxgbe/
H A Dql_isr.c491 comp_idx = hw->sds[sds_idx].sdsr_next; in ql_rcv_isr()
704 if (hw->sds[sds_idx].sdsr_next != comp_idx) { in ql_rcv_isr()
708 hw->sds[sds_idx].sdsr_next = comp_idx; in ql_rcv_isr()
724 if (hw->sds[sds_idx].sdsr_next != comp_idx) { in ql_rcv_isr()
726 hw->sds[sds_idx].sdsr_next = comp_idx; in ql_rcv_isr()
H A Dql_ioctl.h121 uint32_t sdsr_next; /* next entry in SDS ring to process */ member
H A Dql_ioctl.c446 sds_state->sdsr_next = ha->hw.sds[i].sdsr_next; in ql_get_sds_state()
H A Dql_os.c1898 ha->hw.sds[i].sdsr_next = 0; in qla_alloc_rcv_bufs()
1923 ha->hw.sds[i].sdsr_next = 0; in qla_free_rcv_bufs()
H A Dql_hw.h1476 uint32_t sdsr_next; /* next entry in SDS ring to process */ member