Searched refs:pfcrx (Results 1 – 5 of 5) sorted by relevance
72 MLX4_EN_PARM_INT(pfcrx, 0, "Priority based Flow Control policy on RX[7:0]."166 params->prof[i].rx_pause = !(pfcrx || pfctx); in mlx4_en_get_profile()167 params->prof[i].rx_ppp = pfcrx; in mlx4_en_get_profile()168 params->prof[i].tx_pause = !(pfcrx || pfctx); in mlx4_en_get_profile()407 if (pfcrx > MAX_PFC_RX) { in mlx4_en_verify_params()409 pfcrx, MAX_PFC_RX); in mlx4_en_verify_params()410 pfcrx = 0; in mlx4_en_verify_params()
1589 u8 pptx, u8 pfctx, u8 pprx, u8 pfcrx) in mlx4_SET_PORT_general() argument1604 context->pprx = (pprx * (!pfcrx)) << 7; in mlx4_SET_PORT_general()1605 context->pfcrx = pfcrx; in mlx4_SET_PORT_general()
806 u8 pfcrx; member
1403 u8 pptx, u8 pfctx, u8 pprx, u8 pfcrx);
10708 u8 pfcrx[0x8]; member