Searched refs:fw_ring_id (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c2805 if (!(int_status & (0x10000 << cpr->cp_ring_struct.fw_ring_id)))
4084 ring->fw_ring_id = INVALID_HW_RING_ID;
4087 ring->fw_ring_id = INVALID_HW_RING_ID;
4107 ring->fw_ring_id = INVALID_HW_RING_ID;
4116 ring->fw_ring_id = INVALID_HW_RING_ID;
4155 ring->fw_ring_id = INVALID_HW_RING_ID;
5156 if (ring->fw_ring_id != INVALID_HW_RING_ID)
6007 return rxr->rx_cpr->cp_ring_struct.fw_ring_id;
6015 return txr->tx_cpr->cp_ring_struct.fw_ring_id;
6116 ring_id = rxr->rx_ring_struct.fw_ring_id;
13212 u32 fw_ring_id; local
[all...]
H A Dbnxt.h894 u16 fw_ring_id; /* Ring id filled by Chimp FW */ member in struct:bnxt_ring_struct
H A Dbnxt_hsi.h9745 __le32 fw_ring_id; member in struct:hwrm_dbg_ring_info_get_input
/linux-master/drivers/infiniband/hw/bnxt_re/
H A Dmain.c653 u16 fw_ring_id, int type)
674 req.ring_id = cpu_to_le16(fw_ring_id);
686 u16 *fw_ring_id)
715 *fw_ring_id = le16_to_cpu(resp.ring_id);
652 bnxt_re_net_ring_free(struct bnxt_re_dev *rdev, u16 fw_ring_id, int type) argument
684 bnxt_re_net_ring_alloc(struct bnxt_re_dev *rdev, struct bnxt_re_ring_attr *ring_attr, u16 *fw_ring_id) argument

Completed in 309 milliseconds