Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/ethernet/emulex/benet/
Dbe_main.c869 SET_TX_WRB_HDR_BITS(crc, hdr, in wrb_fill_hdr()
871 SET_TX_WRB_HDR_BITS(ipcs, hdr, in wrb_fill_hdr()
873 SET_TX_WRB_HDR_BITS(tcpcs, hdr, in wrb_fill_hdr()
875 SET_TX_WRB_HDR_BITS(udpcs, hdr, in wrb_fill_hdr()
878 SET_TX_WRB_HDR_BITS(lso, hdr, in wrb_fill_hdr()
880 SET_TX_WRB_HDR_BITS(lso6, hdr, in wrb_fill_hdr()
882 SET_TX_WRB_HDR_BITS(lso_mss, hdr, wrb_params->lso_mss); in wrb_fill_hdr()
887 SET_TX_WRB_HDR_BITS(event, hdr, in wrb_fill_hdr()
889 SET_TX_WRB_HDR_BITS(vlan, hdr, in wrb_fill_hdr()
891 SET_TX_WRB_HDR_BITS(vlan_tag, hdr, wrb_params->vlan_tag); in wrb_fill_hdr()
[all …]
Dbe.h870 #define SET_TX_WRB_HDR_BITS(field, ptr, val) \ macro