Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/fungible/funcore/
H A 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
H A Dfun_queue.c246 if (likely(dataop->nsgl == 1)) { in fun_data_from_rq()
/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dsge.c2162 u8 flits, nsgl = 0; in ethofld_calc_tx_flits() local
2177 nsgl = sgl_len(skb_shinfo(skb)->nr_frags + 1); in ethofld_calc_tx_flits()
2179 nsgl = sgl_len(skb_shinfo(skb)->nr_frags); in ethofld_calc_tx_flits()
2181 nsgl = sgl_len(1); in ethofld_calc_tx_flits()
2184 return flits + nsgl; in ethofld_calc_tx_flits()