Searched refs:con_idx (Results 1 – 9 of 9) sorted by relevance
/illumos-gate/usr/src/uts/common/io/bnx/570x/driver/common/lmdev/ |
H A D | bnx_lm_recv.c | 206 while(rxq->con_idx != hw_con_idx) in get_packets_rcvd() 208 DbgBreakIf(S16_SUB(hw_con_idx, rxq->con_idx) <= 0); in get_packets_rcvd() 225 rxq->con_idx = pkt->u1.rx.next_bd_idx; in get_packets_rcvd() 391 u32_t con_idx, in lm_get_packets_rcvd() argument 401 if(con_idx) in lm_get_packets_rcvd() 403 hw_con_idx = con_idx & 0xffff; in lm_get_packets_rcvd() 663 while(rxq->con_idx != hw_con_idx) in get_packets_rcvd() 665 DbgBreakIf(S16_SUB(hw_con_idx, rxq->con_idx) <= 0); in get_packets_rcvd() 688 rxq->con_idx = pkt->u1.rx.next_bd_idx; in get_packets_rcvd() 870 u32_t con_idx, in lm_get_packets_rcvd() argument [all …]
|
H A D | bnx_lm_send.c | 679 while(txq->con_idx != hw_con_idx) in get_packets_sent() 681 DbgBreakIf(S16_SUB(hw_con_idx, txq->con_idx) <= 0); in get_packets_sent() 696 if((u16_t) S16_SUB(hw_con_idx, txq->con_idx) < in get_packets_sent() 704 DbgBreakIf(pkt->u1.tx.dbg_start_bd_idx != txq->con_idx); in get_packets_sent() 729 txq->con_idx = pkt->u1.tx.next_bd_idx; in get_packets_sent() 754 u32_t con_idx, in lm_get_packets_sent() argument 764 if(con_idx) in lm_get_packets_sent() 766 hw_con_idx = con_idx & 0xffff; in lm_get_packets_sent()
|
H A D | lm.h | 299 u32_t con_idx, 316 u32_t con_idx, 450 u32_t con_idx,
|
H A D | bnx_lm_main.c | 4394 if(hw_con_idx != txq->con_idx) in lm_get_interrupt_status() 4411 if(hw_con_idx != rxq->con_idx) in lm_get_interrupt_status() 4448 if(pdev->ofld.hcopy_chain.con_idx != in lm_get_interrupt_status() 4474 u16_t con_idx; in lm_ack_completed_wqes() local 4492 con_idx = new_con_idx; in lm_ack_completed_wqes() 4503 pdev->kq_info.kwq_con_idx = con_idx; in lm_ack_completed_wqes() 4508 sizeof(kwqe_t)) & 0x7f) != (con_idx & 0x7f)); in lm_ack_completed_wqes() 4512 if(S16_SUB(pdev->kq_info.kwq_prod_idx, con_idx) >= 0) in lm_ack_completed_wqes() 4515 (u32_t) S16_SUB(pdev->kq_info.kwq_prod_idx, con_idx); in lm_ack_completed_wqes() 4519 num_wqes = pdev->kq_info.kwqe_left + 0x10000 - con_idx + in lm_ack_completed_wqes() [all …]
|
H A D | lm5706.h | 817 u16_t con_idx; member 875 u16_t con_idx; member
|
H A D | bnx_hw_reset.c | 920 pdev->ofld.hcopy_chain.con_idx = 0; in l4_reset_setup() 1025 txq->con_idx = 0; in init_l2txq() 1123 rxq->con_idx = 0; in init_l2rxq()
|
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/ |
H A D | lm_resc.c | 1467 pdev->sq_info.sq_chain.con_idx = 0; in lm_setup_sq()
|
H A D | lm_sp.c | 3946 pdev->sq_info.sq_chain.con_idx ++; in lm_sq_complete()
|
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/ |
H A D | lm5710.h | 2564 u16_t con_idx; member
|