Home
last modified time | relevance | path

Searched refs:hdr_sl (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/drivers/net/ethernet/cavium/thunder/
Dnic_reg.h213 u64 hdr_sl:5; /* Header skip length */ member
225 u64 hdr_sl:5;
Dnic_main.c450 nic->pkind.hdr_sl = 0; in nic_init_hw()
902 if (ptp->enable && !pkind->hdr_sl) { in nic_config_timestamp()
906 pkind->hdr_sl = 4; in nic_config_timestamp()
908 pkind->maxlen += (pkind->hdr_sl * 2); in nic_config_timestamp()
912 } else if (!ptp->enable && pkind->hdr_sl) { in nic_config_timestamp()
913 pkind->maxlen -= (pkind->hdr_sl * 2); in nic_config_timestamp()
914 pkind->hdr_sl = 0; in nic_config_timestamp()