Searched refs:sg_entry (Results 1 - 3 of 3) sorted by path

/freebsd-11-stable/contrib/libpcap/
H A Dpcap-rdmasniff.c98 struct ibv_sge sg_entry; local
101 sg_entry.length = RDMASNIFF_RECEIVE_SIZE;
102 sg_entry.addr = (uintptr_t) handle->buffer + RDMASNIFF_RECEIVE_SIZE * wr_id;
103 sg_entry.lkey = priv->mr->lkey;
107 wr.sg_list = &sg_entry;
/freebsd-11-stable/sys/dev/liquidio/base/
H A Dlio_common.h167 * @param sg_entry scatter/gather entry
172 lio_add_sg_size(struct lio_sg_entry *sg_entry, uint16_t size, uint32_t pos) argument
176 sg_entry->u.size[pos] = size;
178 sg_entry->u.size[3 - pos] = size;
/freebsd-11-stable/sys/dev/usb/storage/
H A Dcfumass.c721 struct ctl_sg_entry sg_entry, *sglist; local
749 sglist = &sg_entry;

Completed in 149 milliseconds