Home
last modified time | relevance | path

Searched refs:pl_type (Results 1 – 2 of 2) sorted by relevance

/drivers/net/wimax/i2400m/
Dtx.c716 enum i2400m_pt pl_type) in i2400m_tx() argument
724 unsigned is_singleton = pl_type == I2400M_PT_RESET_WARM in i2400m_tx()
725 || pl_type == I2400M_PT_RESET_COLD; in i2400m_tx()
728 i2400m, buf, buf_len, pl_type); in i2400m_tx()
784 i2400m_pld_set(&tx_msg->pld[num_pls], buf_len, pl_type); in i2400m_tx()
787 pl_type, buf_len); in i2400m_tx()
807 i2400m, buf, buf_len, pl_type, result); in i2400m_tx()
Drx.c1103 enum i2400m_pt pl_type = i2400m_pld_type(pld); in i2400m_rx_payload() local
1106 pl_type, pl_size); in i2400m_rx_payload()
1109 switch (pl_type) { in i2400m_rx_payload()
1127 pl_type); in i2400m_rx_payload()
1195 enum i2400m_pt pl_type = i2400m_pld_type(pld); in i2400m_rx_pl_descr_check() local
1210 if (pl_type >= I2400M_PT_ILLEGAL) { in i2400m_rx_pl_descr_check()
1212 "ignoring message\n", pl_type); in i2400m_rx_pl_descr_check()