Searched refs:txr_offset (Results 1 – 2 of 2) sorted by relevance
513 hdr->txr_offset = hdr->sds_state_offset + QL_ALIGN(size, 64); in ql_capture_drvr_state()514 ptr = state_buffer + hdr->txr_offset; in ql_capture_drvr_state()523 hdr->rxr_offset = hdr->txr_offset + QL_ALIGN(size, 64); in ql_capture_drvr_state()
156 uint32_t txr_offset; /* start of tx ring [0 - #rings] content */ member