Home
last modified time | relevance | path

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

/freebsd/contrib/libpcap/
H A Dpcap-rdmasniff.c99 struct ibv_sge sg_entry; in rdmasniff_post_recv() local
102 sg_entry.length = RDMASNIFF_RECEIVE_SIZE; in rdmasniff_post_recv()
103 sg_entry.addr = (uintptr_t) handle->buffer + RDMASNIFF_RECEIVE_SIZE * wr_id; in rdmasniff_post_recv()
104 sg_entry.lkey = priv->mr->lkey; in rdmasniff_post_recv()
108 wr.sg_list = &sg_entry; in rdmasniff_post_recv()
/freebsd/sys/dev/liquidio/base/
H A Dlio_common.h171 lio_add_sg_size(struct lio_sg_entry *sg_entry, uint16_t size, uint32_t pos) in lio_add_sg_size() argument
175 sg_entry->u.size[pos] = size; in lio_add_sg_size()
177 sg_entry->u.size[3 - pos] = size; in lio_add_sg_size()
/freebsd/sys/dev/usb/storage/
H A Dcfumass.c713 struct ctl_sg_entry sg_entry, *sglist; in cfumass_t_data_callback() local
741 sglist = &sg_entry; in cfumass_t_data_callback()
/freebsd/sys/dev/cxgbe/cxgbei/
H A Dicl_cxgbei.c1579 struct ctl_sg_entry *sgl, sg_entry; in icl_cxgbei_conn_transfer_setup() local
1630 sgl = &sg_entry; in icl_cxgbei_conn_transfer_setup()