Home
last modified time | relevance | path

Searched refs:crc_len (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/dsa/sja1105/
H A Dsja1105_spi.c312 int crc_len; in static_config_buf_prepare_for_upload() local
326 crc_len = buf_len - 4; in static_config_buf_prepare_for_upload()
331 final_header.crc = sja1105_crc32(config_buf, crc_len); in static_config_buf_prepare_for_upload()
/OK3568_Linux_fs/kernel/drivers/usb/gadget/function/
H A Df_ncm.c1192 unsigned crc_len = ncm->is_crc ? sizeof(uint32_t) : 0; in ncm_unwrap_ntb() local
1288 if ((dg_len < 14 + crc_len) || in ncm_unwrap_ntb()
1299 crc_len); in ncm_unwrap_ntb()
1302 dg_len - crc_len); in ncm_unwrap_ntb()
1325 dg_len - crc_len); in ncm_unwrap_ntb()
1329 dg_len - crc_len); in ncm_unwrap_ntb()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/cavium/thunder/
H A Dq_struct.h453 u64 crc_len:16; member
455 u64 crc_len:16;
/OK3568_Linux_fs/external/dpdk/pcie/e1000/
H A Digb_rxtx.c123 uint8_t crc_len; /**< 0 if CRC stripped, 4 otherwise. */ member
946 rxq->crc_len); in eth_igb_recv_pkts()
1172 if (unlikely(rxq->crc_len > 0)) { in eth_igb_recv_scattered_pkts()
1767 rxq->crc_len = RTE_ETHER_CRC_LEN; in eth_igb_rx_queue_setup()
1769 rxq->crc_len = 0; in eth_igb_rx_queue_setup()
2417 rxq->crc_len = RTE_ETHER_CRC_LEN; in eth_igb_rx_init()
2419 rxq->crc_len = 0; in eth_igb_rx_init()