Lines Matching refs:idx
111 #define CFG_GET_MAX_TXQS_NIC_IF(cfg, idx) \ argument
112 ((cfg)->nic_if_cfg[idx].max_txqs)
113 #define CFG_GET_NUM_TXQS_NIC_IF(cfg, idx) \ argument
114 ((cfg)->nic_if_cfg[idx].num_txqs)
115 #define CFG_GET_MAX_RXQS_NIC_IF(cfg, idx) \ argument
116 ((cfg)->nic_if_cfg[idx].max_rxqs)
117 #define CFG_GET_NUM_RXQS_NIC_IF(cfg, idx) \ argument
118 ((cfg)->nic_if_cfg[idx].num_rxqs)
119 #define CFG_GET_NUM_RX_DESCS_NIC_IF(cfg, idx) \ argument
120 ((cfg)->nic_if_cfg[idx].num_rx_descs)
121 #define CFG_GET_NUM_TX_DESCS_NIC_IF(cfg, idx) \ argument
122 ((cfg)->nic_if_cfg[idx].num_tx_descs)
123 #define CFG_GET_NUM_RX_BUF_SIZE_NIC_IF(cfg, idx) \ argument
124 ((cfg)->nic_if_cfg[idx].rx_buf_size)
125 #define CFG_GET_BASE_QUE_NIC_IF(cfg, idx) \ argument
126 ((cfg)->nic_if_cfg[idx].base_queue)
127 #define CFG_GET_GMXID_NIC_IF(cfg, idx) \ argument
128 ((cfg)->nic_if_cfg[idx].gmx_port_id)