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.h496 struct rx_buf_info { struct
497 uma_zone_t zone; /* zone that this cluster comes from */
498 uint16_t size1; /* same as size of cluster: 2K/4K/9K/16K.
500 uint16_t size2; /* hwsize[hwidx2] = size2.
502 int8_t hwidx1; /* SGE bufsize idx for size1 */
503 int8_t hwidx2; /* SGE bufsize idx for size2 */
504 uint8_t type; /* EXT_xxx type of the cluster */
863 struct rx_buf_info rx_buf_info[SW_ZONE_SIZES]; member