Searched refs:SET_TX_WRB_HDR_BITS (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/emulex/benet/ |
D | be_main.c | 787 SET_TX_WRB_HDR_BITS(crc, hdr, in wrb_fill_hdr() 789 SET_TX_WRB_HDR_BITS(ipcs, hdr, in wrb_fill_hdr() 791 SET_TX_WRB_HDR_BITS(tcpcs, hdr, in wrb_fill_hdr() 793 SET_TX_WRB_HDR_BITS(udpcs, hdr, in wrb_fill_hdr() 796 SET_TX_WRB_HDR_BITS(lso, hdr, in wrb_fill_hdr() 798 SET_TX_WRB_HDR_BITS(lso6, hdr, in wrb_fill_hdr() 800 SET_TX_WRB_HDR_BITS(lso_mss, hdr, wrb_params->lso_mss); in wrb_fill_hdr() 805 SET_TX_WRB_HDR_BITS(event, hdr, in wrb_fill_hdr() 807 SET_TX_WRB_HDR_BITS(vlan, hdr, in wrb_fill_hdr() 809 SET_TX_WRB_HDR_BITS(vlan_tag, hdr, wrb_params->vlan_tag); in wrb_fill_hdr() [all …]
|
D | be.h | 726 #define SET_TX_WRB_HDR_BITS(field, ptr, val) \ macro
|