Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_recv.c1255 rxq->ret_bytes += returned_bytes; in lm_return_packet_bytes()
1265 if(S32_SUB(rxq->ret_bytes, rxq->ret_bytes_last_fw_update + HC_RET_BYTES_TH(pdev)) >= 0) in lm_return_packet_bytes()
1275 …LM_INTMEM_WRITE32(PFDEV(pdev), rxq->hc_sb_info.iro_dhc_offset, rxq->ret_bytes, BAR_CSTRORM_INTMEM); in lm_return_packet_bytes()
1276 rxq->ret_bytes_last_fw_update = rxq->ret_bytes; in lm_return_packet_bytes()
1278 … VF_REG_WR(pdev, VF_BAR0_CSDM_QUEUES_OFFSET + rxq->hc_sb_info.iro_dhc_offset, rxq->ret_bytes); in lm_return_packet_bytes()
1279 rxq->ret_bytes_last_fw_update = rxq->ret_bytes; in lm_return_packet_bytes()
H A Dlm_resc.c700 rxq_chain->ret_bytes = 0; in lm_setup_rxq()
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/
H A Dlm5710.h2541 u32_t ret_bytes; member