Searched refs:sge_off (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/infiniband/sw/siw/ |
A D | siw_qp_tx.c | 267 c_tx->sge_off = 0; in siw_qp_prepare_tx() 441 sge_off = c_tx->sge_off, sge_idx = c_tx->sge_idx, in siw_tx_hdt() local 487 sge_off += sge_len; in siw_tx_hdt() 506 sge->laddr + sge_off); in siw_tx_hdt() 547 sge_off += plen; in siw_tx_hdt() 561 if (sge_off == sge->length && in siw_tx_hdt() 565 sge_off = 0; in siw_tx_hdt() 593 c_tx->sge_off, data_len); in siw_tx_hdt() 622 c_tx->sge_off = sge_off; in siw_tx_hdt() 656 c_tx->sge_off = 0; in siw_tx_hdt() [all …]
|
A D | siw_qp_rx.c | 310 frx->sge_off = 0; in siw_send_check_ntoh() 465 frx->sge_off = 0; in siw_proc_send() 469 sge_bytes = min(data_bytes, sge->length - frx->sge_off); in siw_proc_send() 478 frx->sge_off, sge_bytes); in siw_proc_send() 490 (void *)(uintptr_t)(sge->laddr + frx->sge_off), in siw_proc_send() 494 sge->laddr + frx->sge_off, sge_bytes); in siw_proc_send() 497 sge->laddr + frx->sge_off, sge_bytes); in siw_proc_send() 507 frx->sge_off += rv; in siw_proc_send() 509 if (frx->sge_off == sge->length) { in siw_proc_send() 511 frx->sge_off = 0; in siw_proc_send()
|
A D | siw.h | 331 unsigned int sge_off; /* already rcvd in curr. sge */ member 414 u32 sge_off; /* already sent in curr. sge */ member
|
/linux/net/core/ |
A D | skmsg.c | 83 u32 sge_len, sge_off; in sk_msg_clone() local 109 sge_off = sge->offset + off; in sk_msg_clone() 110 sk_msg_page_add(dst, sg_page(sge), sge_len, sge_off); in sk_msg_clone()
|
/linux/drivers/net/ethernet/broadcom/ |
A D | cnic_defs.h | 3266 u16 sge_off; member 3272 u16 sge_off;
|
Completed in 46 milliseconds