Home
last modified time | relevance | path

Searched refs:RMNET_FLAGS_EGRESS_MAP_CKSUMV5 (Results 1 – 5 of 5) sorted by relevance

/openbmc/openbmc/poky/meta/recipes-connectivity/ofono/ofono/
H A Drmnet.patch36 +#ifndef RMNET_FLAGS_EGRESS_MAP_CKSUMV5
37 +#define RMNET_FLAGS_EGRESS_MAP_CKSUMV5 (1U << 5)
/openbmc/linux/drivers/net/ethernet/qualcomm/rmnet/
H A Drmnet_handlers.c146 } else if (port->data_format & RMNET_FLAGS_EGRESS_MAP_CKSUMV5) { in rmnet_map_egress_handler()
148 csum_type = RMNET_FLAGS_EGRESS_MAP_CKSUMV5; in rmnet_map_egress_handler()
H A Drmnet_map_data.c309 if (port->data_format & RMNET_FLAGS_EGRESS_MAP_CKSUMV5) in rmnet_map_add_map_header()
483 case RMNET_FLAGS_EGRESS_MAP_CKSUMV5: in rmnet_map_checksum_uplink_packet()
/openbmc/linux/tools/include/uapi/linux/
H A Dif_link.h1258 #define RMNET_FLAGS_EGRESS_MAP_CKSUMV5 (1U << 5) macro
/openbmc/linux/include/uapi/linux/
H A Dif_link.h1365 #define RMNET_FLAGS_EGRESS_MAP_CKSUMV5 (1U << 5) macro