Home
last modified time | relevance | path

Searched refs:txr_offset (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/sys/dev/qlxgbe/
H A Dql_ioctl.h158 uint32_t txr_offset; /* start of tx ring [0 - #rings] content */ member
H A Dql_ioctl.c515 hdr->txr_offset = hdr->sds_state_offset + QL_ALIGN(size, 64); in ql_capture_drvr_state()
516 ptr = state_buffer + hdr->txr_offset; in ql_capture_drvr_state()
525 hdr->rxr_offset = hdr->txr_offset + QL_ALIGN(size, 64); in ql_capture_drvr_state()