Searched defs:ipw_rx_packet (Results 1 – 2 of 2) sorted by relevance
334 struct ipw_rx_packet { struct335 struct list_head queue;336 unsigned int capacity;337 unsigned int length;338 unsigned int protocol;339 unsigned int channel_idx;
702 struct ipw_rx_packet { struct703 struct ipw_rx_header header;704 union {707 } u;