MCPcopy Create free account
hub / github.com/F-Stack/f-stack / get_buf_size

Function get_buf_size

dpdk/drivers/net/cxgbe/sge.c:191–195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

189}
190
191static inline unsigned int get_buf_size(struct adapter *adapter,
192 const struct rx_sw_desc *d)
193{
194 return adapter->sge.fl_buffer_size[d->dma_addr & RX_BUF_SIZE];
195}
196
197/**
198 * free_rx_bufs - free the Rx buffers on an SGE free list

Callers 1

process_responsesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected