Searched refs:pl_type (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.10/drivers/net/wimax/i2400m/ |
D | tx.c | 714 enum i2400m_pt pl_type) in i2400m_tx() argument 722 unsigned is_singleton = pl_type == I2400M_PT_RESET_WARM in i2400m_tx() 723 || pl_type == I2400M_PT_RESET_COLD; in i2400m_tx() 726 i2400m, buf, buf_len, pl_type); in i2400m_tx() 782 i2400m_pld_set(&tx_msg->pld[num_pls], buf_len, pl_type); in i2400m_tx() 785 pl_type, buf_len); in i2400m_tx() 805 i2400m, buf, buf_len, pl_type, result); in i2400m_tx()
|
D | rx.c | 1103 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()
|