Home
last modified time | relevance | path

Searched defs:rx_buf_info (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/cxgbe/
H A Dadapter.h527 struct rx_buf_info { struct
528 uma_zone_t zone; /* zone that this cluster comes from */
529 uint16_t size1; /* same as size of cluster: 2K/4K/9K/16K.
531 uint16_t size2; /* hwsize[hwidx2] = size2.
533 int8_t hwidx1; /* SGE bufsize idx for size1 */
534 int8_t hwidx2; /* SGE bufsize idx for size2 */
535 uint8_t type; /* EXT_xxx type of the cluster */
932 struct rx_buf_info rx_buf_info[SW_ZONE_SIZES]; member