Searched refs:mem_20m (Results 1 – 3 of 3) sorted by relevance
1267 bf->mem_20m = matrix[tx_ant][bf->ncol]; in mt7915_mcu_sta_bfer_tlv()1269 bf->mem_20m = matrix[bf->nrow][bf->ncol]; in mt7915_mcu_sta_bfer_tlv()1274 bf->mem_total = bf->mem_20m * 2; in mt7915_mcu_sta_bfer_tlv()1277 bf->mem_total = bf->mem_20m; in mt7915_mcu_sta_bfer_tlv()
1731 bf->mem_20m = tx_ant < BF_MAT_ORDER ? in mt7996_mcu_sta_bfer_tlv()1734 bf->mem_20m = bf->nrow < BF_MAT_ORDER ? in mt7996_mcu_sta_bfer_tlv()1741 bf->mem_total = bf->mem_20m * 2; in mt7996_mcu_sta_bfer_tlv()1744 bf->mem_total = bf->mem_20m; in mt7996_mcu_sta_bfer_tlv()
467 u8 mem_20m; member