Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/apm/xgene/
H A Dxgene_enet_main.c307 static int xgene_enet_work_msg(struct sk_buff *skb, u64 *hopinfo) in xgene_enet_work_msg() argument
360 *hopinfo |= SET_BIT(ET) | SET_VAL(MSS, mss_index); in xgene_enet_work_msg()
368 *hopinfo |= SET_VAL(TCPHDR, l4hlen) | in xgene_enet_work_msg()
416 u64 hopinfo = 0; in xgene_enet_setup_tx_desc() local
428 ret = xgene_enet_work_msg(skb, &hopinfo); in xgene_enet_setup_tx_desc()
433 hopinfo); in xgene_enet_setup_tx_desc()