ingpackboundary  7233 drivers/net/ethernet/chelsio/cxgb4/t4_hw.c 	unsigned int ingpadboundary, ingpackboundary, fl_align, ingpad_shift;
ingpackboundary  7262 drivers/net/ethernet/chelsio/cxgb4/t4_hw.c 		ingpackboundary = INGPACKBOUNDARY_G(sge_control2);
ingpackboundary  7263 drivers/net/ethernet/chelsio/cxgb4/t4_hw.c 		if (ingpackboundary == INGPACKBOUNDARY_16B_X)
ingpackboundary  7264 drivers/net/ethernet/chelsio/cxgb4/t4_hw.c 			ingpackboundary = 16;
ingpackboundary  7266 drivers/net/ethernet/chelsio/cxgb4/t4_hw.c 			ingpackboundary = 1 << (ingpackboundary +
ingpackboundary  7269 drivers/net/ethernet/chelsio/cxgb4/t4_hw.c 		fl_align = max(ingpadboundary, ingpackboundary);
ingpackboundary   701 drivers/net/ethernet/chelsio/cxgb4vf/t4vf_hw.c 	unsigned int ingpadboundary, ingpackboundary, fl_align, ingpad_shift;
ingpackboundary   730 drivers/net/ethernet/chelsio/cxgb4vf/t4vf_hw.c 		ingpackboundary = INGPACKBOUNDARY_G(sge_control2);
ingpackboundary   731 drivers/net/ethernet/chelsio/cxgb4vf/t4vf_hw.c 		if (ingpackboundary == INGPACKBOUNDARY_16B_X)
ingpackboundary   732 drivers/net/ethernet/chelsio/cxgb4vf/t4vf_hw.c 			ingpackboundary = 16;
ingpackboundary   734 drivers/net/ethernet/chelsio/cxgb4vf/t4vf_hw.c 			ingpackboundary = 1 << (ingpackboundary +
ingpackboundary   737 drivers/net/ethernet/chelsio/cxgb4vf/t4vf_hw.c 		fl_align = max(ingpadboundary, ingpackboundary);