Merge branch 'eth-bnxt-fix-a-couple-of-w-1-c-1-warnings'
Jakub Kicinski says: ==================== eth: bnxt: fix a couple of W=1 C=1 warnings Fix a couple of build warnings. ==================== Link: https://lore.kernel.org/r/20230727190726.1859515-1-kuba@kernel.org Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
commit
a4989bee92
@ -130,7 +130,7 @@ static int bnxt_hwrm_queue_cos2bw_cfg(struct bnxt *bp, struct ieee_ets *ets,
|
||||
BW_VALUE_UNIT_PERCENT1_100);
|
||||
}
|
||||
data = &req->unused_0 + qidx * (sizeof(cos2bw) - 4);
|
||||
memcpy(data, &cos2bw.queue_id, sizeof(cos2bw) - 4);
|
||||
memcpy(data, &cos2bw.cfg, sizeof(cos2bw) - 4);
|
||||
if (qidx == 0) {
|
||||
req->queue_id0 = cos2bw.queue_id;
|
||||
req->unused_0 = 0;
|
||||
|
@ -27,11 +27,12 @@ struct bnxt_cos2bw_cfg {
|
||||
u8 queue_id;
|
||||
__le32 min_bw;
|
||||
__le32 max_bw;
|
||||
#define BW_VALUE_UNIT_PERCENT1_100 (0x1UL << 29)
|
||||
u8 tsa;
|
||||
u8 pri_lvl;
|
||||
u8 bw_weight;
|
||||
);
|
||||
/* for min_bw / max_bw */
|
||||
#define BW_VALUE_UNIT_PERCENT1_100 (0x1UL << 29)
|
||||
u8 unused;
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user