Home
last modified time | relevance | path

Searched refs:bds (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/net/ethernet/huawei/hinic3/
H A Dhinic3_tx.c692 tqres->bds = kzalloc_objs(*tqres->bds, in hinic3_alloc_txqs_res()
694 if (!tqres->bds) { in hinic3_alloc_txqs_res()
707 kfree(tqres->bds); in hinic3_alloc_txqs_res()
724 kfree(tqres->bds); in hinic3_free_txqs_res()
753 &tqres->bds[idx * HINIC3_BDS_PER_SQ_WQEBB]; in hinic3_configure_txqs()
/linux/drivers/staging/media/ipu3/
H A Dipu3-css.c1698 struct v4l2_rect *const bds = &r[IPU3_CSS_RECT_BDS]; in imgu_css_fmt_try() local
1761 if (bds->width <= 0 || bds->height <= 0) { in imgu_css_fmt_try()
1762 bds->width = out->width; in imgu_css_fmt_try()
1763 bds->height = out->height; in imgu_css_fmt_try()
1774 bds->width = imgu_css_adjust(bds->width, BDS_ALIGN_W); in imgu_css_fmt_try()
1775 bds->height = imgu_css_adjust(bds->height, 1); in imgu_css_fmt_try()
1783 s = (bds->width - gdc->width) / 2; in imgu_css_fmt_try()
1785 s = (bds->height - gdc->height) / 2; in imgu_css_fmt_try()
1820 bds->width, bds->height, gdc->width, gdc->height, in imgu_css_fmt_try()
H A Dipu3-css-fw.c25 bi->info.isp.sp.bds.supported_bds_factors, in imgu_css_fw_show_binary()
H A Dipu3-abi.h1297 struct imgu_abi_bds_config bds; member
1644 struct imgu_abi_binary_bds_info bds; member
/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x.h664 #define NEXT_CNT_PER_TX_PKT(bds) \ argument
665 (((bds) + MAX_TX_DESC_CNT - 1) / \
H A Dbnx2x_hsi.h4649 union eth_tx_bd_types bds[13]; member
/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.h75 #define SET_TX_OPAQUE(bp, txr, idx, bds) \ argument
77 ((bds) << TX_OPAQUE_BDS_SHIFT) | ((idx) & (bp)->tx_ring_mask))