Searched defs:checksum (Results 51 - 55 of 55) sorted by relevance

123

/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ath/ath9k/
H A Deeprom.h281 u16 checksum; member in struct:base_eep_header
311 u16 checksum; member in struct:base_eep_header_4k
451 u16 checksum; member in struct:base_eep_ar9287_header
/vbox/src/VBox/Devices/Network/
H A DDevPCNet.cpp3223 uint16_t checksum; local
3233 for (i = 0, checksum = 0; i < 16; i++)
3234 checksum += pThis->aPROM[i];
3235 *(uint16_t *)&pThis->aPROM[12] = RT_H2LE_U16(checksum);
H A DDevE1000.cpp12 * @todo IPv6 checksum offloading support
657 * Compute the checksum as required by E1000 and store it
717 unsigned fIXSM : 1; /**< Ignore checksum indication. */
729 unsigned fTCPE : 1; /**< TCP/UDP checksum error. */
744 uint16_t u16Checksum; /**< Packet checksum */
890 unsigned fIXSM : 1; /**< Insert IP checksum. */
891 unsigned fTXSM : 1; /**< Insert TCP/UDP checksum. */
946 /* checksum */
1164 /** TX: IP checksum has to be inserted if true. */
1166 /** TX: TCP/UDP checksum ha
2358 uint16_t checksum = e1kCSum16(rxPacket + GET_BITS(RXCSUM, PCSS), cb); local
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/infiniband/
H A DMT25408_PRM.h258 pseudo_bit_t ip[0x00001]; /* When set, InfiniHost III Ex will calculate the IP checksum of the IP header that is present immediately after the IPoverIB encapsulation header. In the case of multiple headers (encapsulation), InfiniHost III Ex will calculate the checksum only for the first IP header following the IPoverIB encapsulation header. Not Valid for IPv6 packets */
259 pseudo_bit_t tcp_udp[0x00001]; /* When set, InfiniHost III Ex will calculate the TCP/UDP checksum of the packet that is present immediately after the IP header. In the case of multiple headers (encapsulation), InfiniHost III Ex will calculate the checksum only for the first TCP header following the IP header. This bit may be set only if the entire TCP/UDP segment is present in one IB packet */
2153 pseudo_bit_t checksum[0x00001]; /* IP over IB checksum is supported */ member in struct:hermonprm_query_dev_cap_st
2389 pseudo_bit_t ce[0x00001]; /* Checksum Enabled - when Set IPoverIB checksum generation & checking is enabled */
3038 pseudo_bit_t checksum[0x00010]; /* Valid for RawEth and IPoIB only. */ member in struct:hermonprm_completion_queue_entry_st
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Detherfabric.c3163 uint16_t checksum; member in struct:falcon_nv_extra

Completed in 129 milliseconds

123