1nvme_set_features_arbitration(9l)ibnvme API manuanlvme_set_features_arbitration(9)
2
3
4
6 nvme_set_features_arbitration - Set arbitration features
7
9 int nvme_set_features_arbitration (int fd , __u8 ab , __u8 lpw , __u8
10 mpw , __u8 hpw , bool save , __u32 *result );
11
13 fd File descriptor of nvme device
14
15 ab Arbitration Burst
16
17 lpw Low Priority Weight
18
19 mpw Medium Priority Weight
20
21 hpw High Priority Weight
22
23 save Save value across power states
24
25 result The command completion result from CQE dword0
26
28 The nvme command status if a response was received (see enum nvme_sta‐
29 tus_field) or -1 with errno set otherwise.
30
31
32
33October 2023 nvme_set_features_arbintvrmaet_isoent_features_arbitration(9)