Home
last modified time | relevance | path

Searched refs:rx_buf_len (Results 1 – 25 of 123) sorted by relevance

12345

/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/intel/ice/
H A Dice_txrx.h53 static inline int ice_compute_pad(int rx_buf_len) in ice_compute_pad() argument
57 half_page_size = ALIGN(rx_buf_len, PAGE_SIZE / 2); in ice_compute_pad()
58 return SKB_WITH_OVERHEAD(half_page_size) - rx_buf_len; in ice_compute_pad()
69 int rx_buf_len; in ice_skb_pad() local
79 rx_buf_len = ICE_RXBUF_3072 + SKB_DATA_ALIGN(NET_IP_ALIGN); in ice_skb_pad()
81 rx_buf_len = ICE_RXBUF_1536; in ice_skb_pad()
84 rx_buf_len -= NET_IP_ALIGN; in ice_skb_pad()
86 return ice_compute_pad(rx_buf_len); in ice_skb_pad()
312 u16 rx_buf_len; member
364 if (ring->rx_buf_len > (PAGE_SIZE / 2)) in ice_rx_pg_order()
H A Dice_base.c342 ring->rx_buf_len = vsi->rx_buf_len; in ice_setup_rx_ctx()
354 ring->rx_buf_len = in ice_setup_rx_ctx()
395 rlan_ctx.dbuf = ring->rx_buf_len >> ICE_RLAN_CTX_DBUF_S; in ice_setup_rx_ctx()
422 chain_len * ring->rx_buf_len); in ice_setup_rx_ctx()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/intel/ice/
H A Dice_txrx.h53 static inline int ice_compute_pad(int rx_buf_len) in ice_compute_pad() argument
57 half_page_size = ALIGN(rx_buf_len, PAGE_SIZE / 2); in ice_compute_pad()
58 return SKB_WITH_OVERHEAD(half_page_size) - rx_buf_len; in ice_compute_pad()
69 int rx_buf_len; in ice_skb_pad() local
79 rx_buf_len = ICE_RXBUF_3072 + SKB_DATA_ALIGN(NET_IP_ALIGN); in ice_skb_pad()
81 rx_buf_len = ICE_RXBUF_1536; in ice_skb_pad()
84 rx_buf_len -= NET_IP_ALIGN; in ice_skb_pad()
86 return ice_compute_pad(rx_buf_len); in ice_skb_pad()
312 u16 rx_buf_len; member
364 if (ring->rx_buf_len > (PAGE_SIZE / 2)) in ice_rx_pg_order()
H A Dice_base.c342 ring->rx_buf_len = vsi->rx_buf_len; in ice_setup_rx_ctx()
354 ring->rx_buf_len = in ice_setup_rx_ctx()
395 rlan_ctx.dbuf = ring->rx_buf_len >> ICE_RLAN_CTX_DBUF_S; in ice_setup_rx_ctx()
422 chain_len * ring->rx_buf_len); in ice_setup_rx_ctx()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/intel/ice/
H A Dice_txrx.h53 static inline int ice_compute_pad(int rx_buf_len) in ice_compute_pad() argument
57 half_page_size = ALIGN(rx_buf_len, PAGE_SIZE / 2); in ice_compute_pad()
58 return SKB_WITH_OVERHEAD(half_page_size) - rx_buf_len; in ice_compute_pad()
69 int rx_buf_len; in ice_skb_pad() local
79 rx_buf_len = ICE_RXBUF_3072 + SKB_DATA_ALIGN(NET_IP_ALIGN); in ice_skb_pad()
81 rx_buf_len = ICE_RXBUF_1536; in ice_skb_pad()
84 rx_buf_len -= NET_IP_ALIGN; in ice_skb_pad()
86 return ice_compute_pad(rx_buf_len); in ice_skb_pad()
312 u16 rx_buf_len; member
364 if (ring->rx_buf_len > (PAGE_SIZE / 2)) in ice_rx_pg_order()
H A Dice_base.c342 ring->rx_buf_len = vsi->rx_buf_len; in ice_setup_rx_ctx()
354 ring->rx_buf_len = in ice_setup_rx_ctx()
395 rlan_ctx.dbuf = ring->rx_buf_len >> ICE_RLAN_CTX_DBUF_S; in ice_setup_rx_ctx()
422 chain_len * ring->rx_buf_len); in ice_setup_rx_ctx()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/intel/iavf/
H A Diavf_txrx.h119 static inline int iavf_compute_pad(int rx_buf_len) in iavf_compute_pad() argument
123 page_size = ALIGN(rx_buf_len, PAGE_SIZE / 2); in iavf_compute_pad()
124 pad_size = SKB_WITH_OVERHEAD(page_size) - rx_buf_len; in iavf_compute_pad()
131 int rx_buf_len; in iavf_skb_pad() local
141 rx_buf_len = IAVF_RXBUFFER_3072 + SKB_DATA_ALIGN(NET_IP_ALIGN); in iavf_skb_pad()
143 rx_buf_len = IAVF_RXBUFFER_1536; in iavf_skb_pad()
146 rx_buf_len -= NET_IP_ALIGN; in iavf_skb_pad()
148 return iavf_compute_pad(rx_buf_len); in iavf_skb_pad()
349 u16 rx_buf_len; member
431 if (ring->rx_buf_len > (PAGE_SIZE / 2)) in iavf_rx_pg_order()
H A Diavf_adminq.h27 u16 rx_buf_len; /* Admin Receive Queue buffer length */ member
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/intel/i40e/
H A Di40e_txrx.h132 static inline int i40e_compute_pad(int rx_buf_len) in i40e_compute_pad() argument
136 page_size = ALIGN(rx_buf_len, PAGE_SIZE / 2); in i40e_compute_pad()
137 pad_size = SKB_WITH_OVERHEAD(page_size) - rx_buf_len; in i40e_compute_pad()
144 int rx_buf_len; in i40e_skb_pad() local
154 rx_buf_len = I40E_RXBUFFER_3072 + SKB_DATA_ALIGN(NET_IP_ALIGN); in i40e_skb_pad()
156 rx_buf_len = I40E_RXBUFFER_1536; in i40e_skb_pad()
159 rx_buf_len -= NET_IP_ALIGN; in i40e_skb_pad()
161 return i40e_compute_pad(rx_buf_len); in i40e_skb_pad()
345 u16 rx_buf_len; member
444 if (ring->rx_buf_len > (PAGE_SIZE / 2)) in i40e_rx_pg_order()
H A Di40e_adminq.h27 u16 rx_buf_len; /* Admin Receive Queue buffer length */ member
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/intel/iavf/
H A Diavf_txrx.h119 static inline int iavf_compute_pad(int rx_buf_len) in iavf_compute_pad() argument
123 page_size = ALIGN(rx_buf_len, PAGE_SIZE / 2); in iavf_compute_pad()
124 pad_size = SKB_WITH_OVERHEAD(page_size) - rx_buf_len; in iavf_compute_pad()
131 int rx_buf_len; in iavf_skb_pad() local
141 rx_buf_len = IAVF_RXBUFFER_3072 + SKB_DATA_ALIGN(NET_IP_ALIGN); in iavf_skb_pad()
143 rx_buf_len = IAVF_RXBUFFER_1536; in iavf_skb_pad()
146 rx_buf_len -= NET_IP_ALIGN; in iavf_skb_pad()
148 return iavf_compute_pad(rx_buf_len); in iavf_skb_pad()
349 u16 rx_buf_len; member
431 if (ring->rx_buf_len > (PAGE_SIZE / 2)) in iavf_rx_pg_order()
H A Diavf_adminq.h27 u16 rx_buf_len; /* Admin Receive Queue buffer length */ member
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/intel/iavf/
H A Diavf_txrx.h119 static inline int iavf_compute_pad(int rx_buf_len) in iavf_compute_pad() argument
123 page_size = ALIGN(rx_buf_len, PAGE_SIZE / 2); in iavf_compute_pad()
124 pad_size = SKB_WITH_OVERHEAD(page_size) - rx_buf_len; in iavf_compute_pad()
131 int rx_buf_len; in iavf_skb_pad() local
141 rx_buf_len = IAVF_RXBUFFER_3072 + SKB_DATA_ALIGN(NET_IP_ALIGN); in iavf_skb_pad()
143 rx_buf_len = IAVF_RXBUFFER_1536; in iavf_skb_pad()
146 rx_buf_len -= NET_IP_ALIGN; in iavf_skb_pad()
148 return iavf_compute_pad(rx_buf_len); in iavf_skb_pad()
349 u16 rx_buf_len; member
431 if (ring->rx_buf_len > (PAGE_SIZE / 2)) in iavf_rx_pg_order()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/intel/i40e/
H A Di40e_txrx.h132 static inline int i40e_compute_pad(int rx_buf_len) in i40e_compute_pad() argument
136 page_size = ALIGN(rx_buf_len, PAGE_SIZE / 2); in i40e_compute_pad()
137 pad_size = SKB_WITH_OVERHEAD(page_size) - rx_buf_len; in i40e_compute_pad()
144 int rx_buf_len; in i40e_skb_pad() local
154 rx_buf_len = I40E_RXBUFFER_3072 + SKB_DATA_ALIGN(NET_IP_ALIGN); in i40e_skb_pad()
156 rx_buf_len = I40E_RXBUFFER_1536; in i40e_skb_pad()
159 rx_buf_len -= NET_IP_ALIGN; in i40e_skb_pad()
161 return i40e_compute_pad(rx_buf_len); in i40e_skb_pad()
345 u16 rx_buf_len; member
444 if (ring->rx_buf_len > (PAGE_SIZE / 2)) in i40e_rx_pg_order()
H A Di40e_adminq.h27 u16 rx_buf_len; /* Admin Receive Queue buffer length */ member
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/intel/i40e/
H A Di40e_txrx.h132 static inline int i40e_compute_pad(int rx_buf_len) in i40e_compute_pad() argument
136 page_size = ALIGN(rx_buf_len, PAGE_SIZE / 2); in i40e_compute_pad()
137 pad_size = SKB_WITH_OVERHEAD(page_size) - rx_buf_len; in i40e_compute_pad()
144 int rx_buf_len; in i40e_skb_pad() local
154 rx_buf_len = I40E_RXBUFFER_3072 + SKB_DATA_ALIGN(NET_IP_ALIGN); in i40e_skb_pad()
156 rx_buf_len = I40E_RXBUFFER_1536; in i40e_skb_pad()
159 rx_buf_len -= NET_IP_ALIGN; in i40e_skb_pad()
161 return i40e_compute_pad(rx_buf_len); in i40e_skb_pad()
345 u16 rx_buf_len; member
444 if (ring->rx_buf_len > (PAGE_SIZE / 2)) in i40e_rx_pg_order()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/intel/igb/
H A Digb.h166 static inline int igb_compute_pad(int rx_buf_len) in igb_compute_pad() argument
170 page_size = ALIGN(rx_buf_len, PAGE_SIZE / 2); in igb_compute_pad()
171 pad_size = SKB_WITH_OVERHEAD(page_size) - rx_buf_len; in igb_compute_pad()
178 int rx_buf_len; in igb_skb_pad() local
188 rx_buf_len = IGB_RXBUFFER_3072 + SKB_DATA_ALIGN(NET_IP_ALIGN); in igb_skb_pad()
190 rx_buf_len = IGB_RXBUFFER_1536; in igb_skb_pad()
193 rx_buf_len -= NET_IP_ALIGN; in igb_skb_pad()
195 return igb_compute_pad(rx_buf_len); in igb_skb_pad()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/intel/igb/
H A Digb.h166 static inline int igb_compute_pad(int rx_buf_len) in igb_compute_pad() argument
170 page_size = ALIGN(rx_buf_len, PAGE_SIZE / 2); in igb_compute_pad()
171 pad_size = SKB_WITH_OVERHEAD(page_size) - rx_buf_len; in igb_compute_pad()
178 int rx_buf_len; in igb_skb_pad() local
188 rx_buf_len = IGB_RXBUFFER_3072 + SKB_DATA_ALIGN(NET_IP_ALIGN); in igb_skb_pad()
190 rx_buf_len = IGB_RXBUFFER_1536; in igb_skb_pad()
193 rx_buf_len -= NET_IP_ALIGN; in igb_skb_pad()
195 return igb_compute_pad(rx_buf_len); in igb_skb_pad()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/intel/igb/
H A Digb.h166 static inline int igb_compute_pad(int rx_buf_len) in igb_compute_pad() argument
170 page_size = ALIGN(rx_buf_len, PAGE_SIZE / 2); in igb_compute_pad()
171 pad_size = SKB_WITH_OVERHEAD(page_size) - rx_buf_len; in igb_compute_pad()
178 int rx_buf_len; in igb_skb_pad() local
188 rx_buf_len = IGB_RXBUFFER_3072 + SKB_DATA_ALIGN(NET_IP_ALIGN); in igb_skb_pad()
190 rx_buf_len = IGB_RXBUFFER_1536; in igb_skb_pad()
193 rx_buf_len -= NET_IP_ALIGN; in igb_skb_pad()
195 return igb_compute_pad(rx_buf_len); in igb_skb_pad()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe.h85 static inline int ixgbe_compute_pad(int rx_buf_len) in ixgbe_compute_pad() argument
89 page_size = ALIGN(rx_buf_len, PAGE_SIZE / 2); in ixgbe_compute_pad()
90 pad_size = SKB_WITH_OVERHEAD(page_size) - rx_buf_len; in ixgbe_compute_pad()
97 int rx_buf_len; in ixgbe_skb_pad() local
107 rx_buf_len = IXGBE_RXBUFFER_3K + SKB_DATA_ALIGN(NET_IP_ALIGN); in ixgbe_skb_pad()
109 rx_buf_len = IXGBE_RXBUFFER_1536; in ixgbe_skb_pad()
112 rx_buf_len -= NET_IP_ALIGN; in ixgbe_skb_pad()
114 return ixgbe_compute_pad(rx_buf_len); in ixgbe_skb_pad()
356 u16 rx_buf_len; member
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe.h85 static inline int ixgbe_compute_pad(int rx_buf_len) in ixgbe_compute_pad() argument
89 page_size = ALIGN(rx_buf_len, PAGE_SIZE / 2); in ixgbe_compute_pad()
90 pad_size = SKB_WITH_OVERHEAD(page_size) - rx_buf_len; in ixgbe_compute_pad()
97 int rx_buf_len; in ixgbe_skb_pad() local
107 rx_buf_len = IXGBE_RXBUFFER_3K + SKB_DATA_ALIGN(NET_IP_ALIGN); in ixgbe_skb_pad()
109 rx_buf_len = IXGBE_RXBUFFER_1536; in ixgbe_skb_pad()
112 rx_buf_len -= NET_IP_ALIGN; in ixgbe_skb_pad()
114 return ixgbe_compute_pad(rx_buf_len); in ixgbe_skb_pad()
356 u16 rx_buf_len; member
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe.h85 static inline int ixgbe_compute_pad(int rx_buf_len) in ixgbe_compute_pad() argument
89 page_size = ALIGN(rx_buf_len, PAGE_SIZE / 2); in ixgbe_compute_pad()
90 pad_size = SKB_WITH_OVERHEAD(page_size) - rx_buf_len; in ixgbe_compute_pad()
97 int rx_buf_len; in ixgbe_skb_pad() local
107 rx_buf_len = IXGBE_RXBUFFER_3K + SKB_DATA_ALIGN(NET_IP_ALIGN); in ixgbe_skb_pad()
109 rx_buf_len = IXGBE_RXBUFFER_1536; in ixgbe_skb_pad()
112 rx_buf_len -= NET_IP_ALIGN; in ixgbe_skb_pad()
114 return ixgbe_compute_pad(rx_buf_len); in ixgbe_skb_pad()
356 u16 rx_buf_len; member
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/hisilicon/hns3/hns3vf/
H A Dhclgevf_main.h198 u16 rx_buf_len; member
294 u16 rx_buf_len; member
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/hisilicon/hns3/hns3vf/
H A Dhclgevf_main.h198 u16 rx_buf_len; member
294 u16 rx_buf_len; member
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/hisilicon/hns3/hns3vf/
H A Dhclgevf_main.h198 u16 rx_buf_len; member
294 u16 rx_buf_len; member

12345