Searched refs:FUN_DATAOP_HDR_INIT (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/drivers/net/ethernet/fungible/funeth/ |
D | funeth_tx.c | 275 req->dataop = FUN_DATAOP_HDR_INIT(ngle, 0, ngle, 0, skb->len); in write_pkt_desc() 554 req->dataop = FUN_DATAOP_HDR_INIT(nfrags, 0, nfrags, 0, tot_len); in fun_xdp_tx()
|
D | funeth_main.c | 207 cmd.req.u.create.dataop = FUN_DATAOP_HDR_INIT(1, 0, 1, 0, len); in fun_config_rss()
|
/linux-6.12.1/drivers/net/ethernet/fungible/funcore/ |
D | fun_hci.h | 557 #define FUN_DATAOP_HDR_INIT(_nsgl, _flags, _ngather, _nscatter, _total_len) \ macro
|