Searched defs:rx_pkt_status (Results 1 – 4 of 4) sorted by relevance
298 struct rx_pkt_status { struct299 unsigned pkt_size:11; /* packet size, max 2047 bytes */301 unsigned ok:1; /* current packet received ok without error */302 unsigned bcast:1; /* current packet is broadcast */303 unsigned mcast:1; /* current packet is multicast */304 unsigned pause:1;305 unsigned ctrl:1;306 unsigned crc:1; /* received a packet with crc error */307 unsigned code:1; /* received a packet with code error */308 unsigned runt:1; /* received a packet less than 64 bytes[all …]
200 u32 rx_pkt_status, in iwl_mvm_set_mac80211_rx_flag()355 u32 rx_pkt_status; in iwl_mvm_rx_rx_mpdu() local
800 __le32 rx_pkt_status; in iwlagn_rx_reply_rx() local
632 __le32 rx_pkt_status; in il4965_hdl_rx() local