pl_type          1103 drivers/net/wimax/i2400m/rx.c 	enum i2400m_pt pl_type = i2400m_pld_type(pld);
pl_type          1106 drivers/net/wimax/i2400m/rx.c 		 pl_type, pl_size);
pl_type          1109 drivers/net/wimax/i2400m/rx.c 	switch (pl_type) {
pl_type          1127 drivers/net/wimax/i2400m/rx.c 				pl_type);
pl_type          1195 drivers/net/wimax/i2400m/rx.c 	enum i2400m_pt pl_type = i2400m_pld_type(pld);
pl_type          1210 drivers/net/wimax/i2400m/rx.c 	if (pl_type >= I2400M_PT_ILLEGAL) {
pl_type          1212 drivers/net/wimax/i2400m/rx.c 			"ignoring message\n", pl_type);
pl_type           714 drivers/net/wimax/i2400m/tx.c 	      enum i2400m_pt pl_type)
pl_type           722 drivers/net/wimax/i2400m/tx.c 	unsigned is_singleton = pl_type == I2400M_PT_RESET_WARM
pl_type           723 drivers/net/wimax/i2400m/tx.c 		|| pl_type == I2400M_PT_RESET_COLD;
pl_type           726 drivers/net/wimax/i2400m/tx.c 		  i2400m, buf, buf_len, pl_type);
pl_type           782 drivers/net/wimax/i2400m/tx.c 		i2400m_pld_set(&tx_msg->pld[num_pls], buf_len, pl_type);
pl_type           785 drivers/net/wimax/i2400m/tx.c 			 pl_type, buf_len);
pl_type           805 drivers/net/wimax/i2400m/tx.c 		i2400m, buf, buf_len, pl_type, result);