Searched refs:pri_set (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_link.c | 997 const u8 pri_set, in bnx2x_e3b0_sp_get_pri_cli_reg() argument 1003 (pri_set + pri_offset)); in bnx2x_e3b0_sp_get_pri_cli_reg() 1013 static u64 bnx2x_e3b0_sp_get_pri_cli_reg_nig(const u8 cos, const u8 pri_set) in bnx2x_e3b0_sp_get_pri_cli_reg_nig() argument 1019 return bnx2x_e3b0_sp_get_pri_cli_reg(cos, nig_cos_offset, pri_set, in bnx2x_e3b0_sp_get_pri_cli_reg_nig() 1029 static u64 bnx2x_e3b0_sp_get_pri_cli_reg_pbf(const u8 cos, const u8 pri_set) in bnx2x_e3b0_sp_get_pri_cli_reg_pbf() argument 1034 return bnx2x_e3b0_sp_get_pri_cli_reg(cos, pbf_cos_offset, pri_set, in bnx2x_e3b0_sp_get_pri_cli_reg_pbf() 1054 u8 pri_set = 0; in bnx2x_ets_e3b0_sp_set_pri_cli_reg() local 1072 sp_pri_to_cos[i], pri_set); in bnx2x_ets_e3b0_sp_set_pri_cli_reg() 1075 sp_pri_to_cos[i], pri_set); in bnx2x_ets_e3b0_sp_set_pri_cli_reg() 1086 pri_set++; in bnx2x_ets_e3b0_sp_set_pri_cli_reg() [all …]
|