Searched refs:hdr_info (Results 1 – 11 of 11) sorted by relevance
/linux-4.4.14/drivers/staging/unisys/visorbus/ |
D | visorbus_main.c | 1059 struct spar_vbus_headerinfo *hdr_info) in get_vbus_header_info() argument 1065 if (visorchannel_read(chan, sizeof(struct channel_header), hdr_info, in get_vbus_header_info() 1066 sizeof(*hdr_info)) < 0) { in get_vbus_header_info() 1069 if (hdr_info->struct_bytes < sizeof(struct spar_vbus_headerinfo)) in get_vbus_header_info() 1071 if (hdr_info->device_info_struct_bytes < in get_vbus_header_info() 1085 struct spar_vbus_headerinfo *hdr_info, in write_vbus_chp_info() argument 1088 int off = sizeof(struct channel_header) + hdr_info->chp_info_offset; in write_vbus_chp_info() 1090 if (hdr_info->chp_info_offset == 0) in write_vbus_chp_info() 1103 struct spar_vbus_headerinfo *hdr_info, in write_vbus_bus_info() argument 1106 int off = sizeof(struct channel_header) + hdr_info->bus_info_offset; in write_vbus_bus_info() [all …]
|
D | vbuschannel.h | 76 struct spar_vbus_headerinfo hdr_info; /* initialized by server */ member
|
/linux-4.4.14/drivers/net/wireless/ath/ath6kl/ |
D | htc_pipe.c | 956 u8 *netdata, *trailer, hdr_info; in ath6kl_htc_pipe_rx_complete() local 1005 hdr_info = htc_hdr->flags; in ath6kl_htc_pipe_rx_complete() 1006 if (hdr_info & HTC_FLG_RX_TRAILER) { in ath6kl_htc_pipe_rx_complete() 1008 hdr_info = htc_hdr->ctrl[0]; in ath6kl_htc_pipe_rx_complete() 1009 if ((hdr_info < sizeof(struct htc_record_hdr)) || in ath6kl_htc_pipe_rx_complete() 1010 (hdr_info > payload_len)) { in ath6kl_htc_pipe_rx_complete() 1013 payload_len, hdr_info); in ath6kl_htc_pipe_rx_complete() 1018 trailerlen = hdr_info; in ath6kl_htc_pipe_rx_complete() 1021 payload_len - hdr_info; in ath6kl_htc_pipe_rx_complete() 1022 status = htc_process_trailer(target, trailer, hdr_info, in ath6kl_htc_pipe_rx_complete()
|
/linux-4.4.14/drivers/net/ethernet/intel/igb/ |
D | e1000_82575.h | 92 __le16 hdr_info; /* Split Head, buf len */ member
|
/linux-4.4.14/drivers/net/ethernet/intel/ixgbevf/ |
D | defines.h | 227 __le16 hdr_info; /* Splithdr, hdrlen */ member
|
/linux-4.4.14/drivers/net/ethernet/intel/igbvf/ |
D | vf.h | 71 u16 hdr_info; member
|
D | netdev.c | 296 hlen = (le16_to_cpu(rx_desc->wb.lower.lo_dword.hs_rss.hdr_info) in igbvf_clean_rx_irq()
|
/linux-4.4.14/drivers/net/ethernet/intel/fm10k/ |
D | fm10k_type.h | 722 __le16 hdr_info; /* Splithdr, hdrlen, xC */ member
|
D | fm10k_main.c | 467 !!(rx_desc->w.hdr_info & in fm10k_type_trans()
|
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_type.h | 2705 __le16 hdr_info; /* Splithdr, hdrlen */ member
|
D | ixgbe_main.c | 1442 __le16 hdr_info = rx_desc->wb.lower.lo_dword.hs_rss.hdr_info; in ixgbe_rx_checksum() local 1452 (hdr_info & cpu_to_le16(IXGBE_RXDADV_PKTTYPE_TUNNEL >> 16))) { in ixgbe_rx_checksum()
|