Lines Matching refs:buffsz
152 uint32_t buffsz, frame_size = mtu + NIC_HW_L2_OVERHEAD; in nicvf_dev_set_mtu() local
157 buffsz = dev->data->min_rx_buf_size - RTE_PKTMBUF_HEADROOM; in nicvf_dev_set_mtu()
164 (frame_size + 2 * VLAN_TAG_SIZE > buffsz)) in nicvf_dev_set_mtu()
169 (frame_size + 2 * VLAN_TAG_SIZE > buffsz * NIC_HW_MAX_SEGS)) in nicvf_dev_set_mtu()
607 uint32_t desc_cnt, uint32_t buffsz) in nicvf_qset_rbdr_alloc() argument
637 rbdr->buffsz = buffsz; in nicvf_qset_rbdr_alloc()
1260 uint32_t buffsz; in nicvf_dev_rx_queue_setup() local
1267 buffsz = mbp_priv->mbuf_data_room_size - RTE_PKTMBUF_HEADROOM; in nicvf_dev_rx_queue_setup()
1268 if (buffsz < (uint32_t)(nic->skip_bytes)) { in nicvf_dev_rx_queue_setup()
1670 uint32_t buffsz = 0, rbdrsz = 0; in nicvf_dev_start() local
1683 buffsz = mbp_priv->mbuf_data_room_size - RTE_PKTMBUF_HEADROOM; in nicvf_dev_start()
1684 if (buffsz % 128) { in nicvf_dev_start()
1689 rbdrsz = buffsz; in nicvf_dev_start()
1690 if (rbdrsz != buffsz) { in nicvf_dev_start()
1692 qidx, rbdrsz, buffsz); in nicvf_dev_start()
1712 if (dev->data->mtu + (uint32_t)NIC_HW_L2_OVERHEAD + 2 * VLAN_TAG_SIZE > buffsz) in nicvf_dev_start()