Home
last modified time | relevance | path

Searched refs:first_buf (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_cmn.c440 struct sw_rx_bd *first_buf = &tpa_info->first_buf; in bnx2x_tpa_start() local
448 first_buf->data + NET_SKB_PAD, in bnx2x_tpa_start()
464 prod_rx_buf->data = first_buf->data; in bnx2x_tpa_start()
471 *first_buf = *cons_rx_buf; in bnx2x_tpa_start()
1376 struct sw_rx_bd *first_buf = &tpa_info->first_buf; in bnx2x_free_tpa_pool() local
1377 u8 *data = first_buf->data; in bnx2x_free_tpa_pool()
1388 first_buf->data = NULL; in bnx2x_free_tpa_pool()
1429 struct sw_rx_bd *first_buf = in bnx2x_init_rx_rings() local
1430 &tpa_info->first_buf; in bnx2x_init_rx_rings()
1432 first_buf->data = in bnx2x_init_rx_rings()
[all …]
H A Dbnx2x.h496 struct sw_rx_bd first_buf; member
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0004-ffmpeg-4.3.4-rpi_14.patch51950 + ctx->first_buf = 1;
52332 + int first_buf;
53857 + if (capture->first_buf == 1) {
53862 + capture->first_buf = 2;
53893 + if (capture->first_buf == 2)
53916 + capture->first_buf = 0;