Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/fungible/funcore/
Dfun_hci.h474 __u8 nsgl; member
526 __u8 nsgl; member
535 .subop = (_subop), .flags = (_flags), .nsgl = (_nsgl), \
548 __u8 nsgl; member
559 .nsgl = _nsgl, .flags = _flags, .ngather = _ngather, \
1164 __u8 nsgl; member
Dfun_queue.c246 if (likely(dataop->nsgl == 1)) { in fun_data_from_rq()
/linux-6.1.9/drivers/net/ethernet/fungible/funeth/
Dfuneth_rx.c424 si->nr_frags = rxreq->nsgl; in fun_handle_cqe_pkt()
446 trace_funeth_rx(q, rxreq->nsgl, pkt_len, skb->hash, cv); in fun_handle_cqe_pkt()
463 for (i = 0; i < rxreq->nsgl - 1; i++) in fun_handle_cqe_pkt()
/linux-6.1.9/drivers/net/ethernet/chelsio/cxgb4/
Dsge.c2175 u8 flits, nsgl = 0; in ethofld_calc_tx_flits() local
2190 nsgl = sgl_len(skb_shinfo(skb)->nr_frags + 1); in ethofld_calc_tx_flits()
2192 nsgl = sgl_len(skb_shinfo(skb)->nr_frags); in ethofld_calc_tx_flits()
2194 nsgl = sgl_len(1); in ethofld_calc_tx_flits()
2197 return flits + nsgl; in ethofld_calc_tx_flits()