Searched refs:bmap_size (Results 1 – 3 of 3) sorted by relevance
52 int bnxt_hwrm_func_drv_rgtr(struct bnxt_softc *bp, unsigned long *bmap, int bmap_size,129 int bmap_size);
1024 int bnxt_hwrm_func_drv_rgtr(struct bnxt_softc *bp, unsigned long *bmap, int bmap_size, in bnxt_hwrm_func_drv_rgtr() argument1074 if (bmap && bmap_size) { in bnxt_hwrm_func_drv_rgtr()1075 for (i = 0; i < bmap_size; i++) { in bnxt_hwrm_func_drv_rgtr()
2462 u8 bmap_size; local2489 bmap_size = 10;2491 bmap_size = 8;2493 bmap_size = 4;2495 bmap_size = 0;2501 le32_encode_bits(bmap_size, RTW89_H2C_BA_CAM_V1_W0_BMAP_SIZE_MASK) |