Searched refs:pri_set (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_link.c | 995 const u8 pri_set, in bnx2x_e3b0_sp_get_pri_cli_reg() argument 1001 (pri_set + pri_offset)); in bnx2x_e3b0_sp_get_pri_cli_reg() 1011 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 1017 return bnx2x_e3b0_sp_get_pri_cli_reg(cos, nig_cos_offset, pri_set, in bnx2x_e3b0_sp_get_pri_cli_reg_nig() 1027 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 1032 return bnx2x_e3b0_sp_get_pri_cli_reg(cos, pbf_cos_offset, pri_set, in bnx2x_e3b0_sp_get_pri_cli_reg_pbf() 1052 u8 pri_set = 0; in bnx2x_ets_e3b0_sp_set_pri_cli_reg() local 1070 sp_pri_to_cos[i], pri_set); in bnx2x_ets_e3b0_sp_set_pri_cli_reg() 1073 sp_pri_to_cos[i], pri_set); in bnx2x_ets_e3b0_sp_set_pri_cli_reg() 1084 pri_set++; in bnx2x_ets_e3b0_sp_set_pri_cli_reg() [all …]
|