pldsize          3323 drivers/net/ethernet/chelsio/cxgb3/t3_hw.c 	unsigned int log2_width, pldsize;
pldsize          3327 drivers/net/ethernet/chelsio/cxgb3/t3_hw.c 	pldsize = (val & PCI_EXP_DEVCTL_PAYLOAD) >> 5;
pldsize          3334 drivers/net/ethernet/chelsio/cxgb3/t3_hw.c 		pldsize = 0;
pldsize          3343 drivers/net/ethernet/chelsio/cxgb3/t3_hw.c 	acklat = ack_lat[log2_width][pldsize];
pldsize          3346 drivers/net/ethernet/chelsio/cxgb3/t3_hw.c 	rpllmt = rpl_tmr[log2_width][pldsize] + fst_trn_rx * 4;