Searched refs:hdr_info (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/net/wireless/ath/ath6kl/ |
| H A D | htc_pipe.c | 945 u8 *netdata, *trailer, hdr_info; in ath6kl_htc_pipe_rx_complete() local 994 hdr_info = htc_hdr->flags; in ath6kl_htc_pipe_rx_complete() 995 if (hdr_info & HTC_FLG_RX_TRAILER) { in ath6kl_htc_pipe_rx_complete() 997 hdr_info = htc_hdr->ctrl[0]; in ath6kl_htc_pipe_rx_complete() 998 if ((hdr_info < sizeof(struct htc_record_hdr)) || in ath6kl_htc_pipe_rx_complete() 999 (hdr_info > payload_len)) { in ath6kl_htc_pipe_rx_complete() 1002 payload_len, hdr_info); in ath6kl_htc_pipe_rx_complete() 1007 trailerlen = hdr_info; in ath6kl_htc_pipe_rx_complete() 1010 payload_len - hdr_info; in ath6kl_htc_pipe_rx_complete() 1011 status = htc_process_trailer(target, trailer, hdr_info, in ath6kl_htc_pipe_rx_complete()
|
| /linux/drivers/net/ethernet/intel/igc/ |
| H A D | igc_base.h | 70 __le16 hdr_info; member
|
| /linux/drivers/net/ethernet/intel/igb/ |
| H A D | e1000_82575.h | 72 __le16 hdr_info; /* Split Head, buf len */ member
|
| /linux/drivers/net/ethernet/intel/igbvf/ |
| H A D | vf.h | 48 __le16 hdr_info; member
|
| /linux/drivers/net/ethernet/intel/ixgbevf/ |
| H A D | defines.h | 219 __le16 hdr_info; /* Splithdr, hdrlen */ member
|
| /linux/drivers/net/ethernet/intel/fm10k/ |
| H A D | fm10k_type.h | 712 __le16 hdr_info; /* Splithdr, hdrlen, xC */ member
|