Searched refs:num_frags (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_send.c424 u8_t num_frags = (u8_t)frags->cnt; local
429 for (wnd_idx = lmpkt->u1.tx.hdr_nbds; wnd_idx <= (num_frags - wnd_size); wnd_idx++)
439 "#copy to coalesce buffer IS REQUIRED for LSO packet, (lmpkt=0x%p,num_frags=%d)\n",
440 lmpkt, num_frags);
452 "#copy to coalesce buffer IS REQUIRED for NON LSO packet, (lmpkt=0x%p,num_frags=%d)\n",
/illumos-gate/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_io.c781 int num_frags = 0; local
799 ++num_frags;
813 if (num_frags >= sdbc_coalesce_backend) {
832 int, num_frags, int, total_len_bytes);

Completed in 61 milliseconds