Searched refs:pl_type (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wimax/i2400m/
H A Dtx.c689 * @pl_type: type of the payload we are sending.
715 enum i2400m_pt pl_type)
723 unsigned is_singleton = pl_type == I2400M_PT_RESET_WARM
724 || pl_type == I2400M_PT_RESET_COLD;
727 i2400m, buf, buf_len, pl_type);
783 i2400m_pld_set(&tx_msg->pld[num_pls], buf_len, pl_type);
786 pl_type, buf_len);
806 i2400m, buf, buf_len, pl_type, result);
714 i2400m_tx(struct i2400m *i2400m, const void *buf, size_t buf_len, enum i2400m_pt pl_type) argument
H A Drx.c1101 enum i2400m_pt pl_type = i2400m_pld_type(pld); local
1104 pl_type, pl_size);
1107 switch (pl_type) {
1125 pl_type);
1193 enum i2400m_pt pl_type = i2400m_pld_type(pld); local
1208 if (pl_type >= I2400M_PT_ILLEGAL) {
1210 "ignoring message\n", pl_type);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/
H A Ddb.h156 enum pl_type { enum
165 enum pl_type type; /* see PL_ types */

Completed in 62 milliseconds