Searched refs:p_info (Results 1 - 14 of 14) sorted by relevance

/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Decore_cxt_api.h55 * @param p_info in/out
60 struct ecore_cxt_info *p_info);
66 * @param p_info
71 struct ecore_tid_mem *p_info);
H A Decore_int.c1703 struct ecore_igu_info *p_info; local
1706 p_info = p_hwfn->hw_info.p_igu_info;
1707 p_block = &p_info->entry[sb_info->igu_sb_id];
1711 p_info->usage.free_cnt--;
1748 struct ecore_igu_info *p_info; local
1763 p_info = p_hwfn->hw_info.p_igu_info;
1764 p_block = &p_info->entry[sb_info->igu_sb_id];
1775 p_info->usage.free_cnt++;
2078 struct ecore_igu_info *p_info = p_hwfn->hw_info.p_igu_info; local
2093 p_block = &p_info
2115 struct ecore_igu_info *p_info = p_hwfn->hw_info.p_igu_info; local
2387 struct ecore_igu_info *p_info = p_hwfn->hw_info.p_igu_info; local
2673 ecore_int_get_sb_dbg(struct ecore_hwfn *p_hwfn, struct ecore_ptt *p_ptt, struct ecore_sb_info *p_sb, struct ecore_sb_info_dbg *p_info) argument
[all...]
H A Decore_mcp.c223 struct ecore_mcp_info *p_info = p_hwfn->mcp_info; local
232 p_info->public_base = 0;
237 p_info->public_base = ecore_rd(p_hwfn, p_ptt, MISC_REG_SHARED_MEM_ADDR);
238 if (!p_info->public_base)
241 p_info->public_base |= GRCBASE_MCP;
245 SECTION_OFFSIZE_ADDR(p_info->public_base,
247 p_info->mfw_mb_addr = SECTION_ADDR(mfw_mb_offsize, mcp_pf_id);
248 p_info->mfw_mb_length = (u16)ecore_rd(p_hwfn, p_ptt,
249 p_info->mfw_mb_addr);
259 while (!p_info
299 struct ecore_mcp_info *p_info; local
1404 struct ecore_mcp_function_info *p_info; local
1775 struct ecore_mcp_function_info *p_info; local
2629 ecore_mcp_get_shmem_proto(struct ecore_hwfn *p_hwfn, struct public_func *p_info, struct ecore_ptt *p_ptt, enum ecore_pci_personality *p_proto) argument
[all...]
H A Decore_int_api.h342 * @param p_info - pointer to struct to fill with information regarding SB.
349 struct ecore_sb_info_dbg *p_info);
H A Decore_cxt.c2128 struct ecore_cxt_info *p_info)
2137 b_acquired = ecore_cxt_test_cid_acquired(p_hwfn, p_info->iid,
2145 p_info->type = type;
2152 line = p_info->iid / cxts_per_p;
2158 p_info->p_cxt = (u8 *)p_mngr->ilt_shadow[line].p_virt +
2159 p_info->iid % cxts_per_p * conn_cxt_size;
2163 (p_info->iid / cxts_per_p), p_info->p_cxt, p_info->iid);
2345 struct ecore_tid_mem *p_info)
2127 ecore_cxt_get_cid_info(struct ecore_hwfn *p_hwfn, struct ecore_cxt_info *p_info) argument
2344 ecore_cxt_get_tid_mem_info(struct ecore_hwfn *p_hwfn, struct ecore_tid_mem *p_info) argument
[all...]
H A Decore_dcbx.c421 struct ecore_hw_info *p_info; local
436 p_info = &p_hwfn->hw_info;
444 p_info->num_active_tc = GET_MFW_FIELD(p_ets->flags, DCBX_ETS_MAX_TCS);
H A Decore_dev.c3492 struct ecore_mcp_function_info *p_info; local
3494 p_info = &p_hwfn->mcp_info->func_info;
3495 if (p_info->bandwidth_min)
3496 p_hwfn->qm_info.pf_wfq = p_info->bandwidth_min;
H A Decore_sriov.c1043 struct ecore_igu_info *p_info = p_hwfn->hw_info.p_igu_info; local
1057 p_info->entry[igu_id].status |= ECORE_IGU_STATUS_FREE;
/freebsd-11-stable/contrib/ofed/opensm/include/vendor/
H A Dosm_vendor_mlx_transport.h70 osmv_transport_init(IN osm_bind_info_t * p_info,
/freebsd-11-stable/contrib/ofed/opensm/libvendor/
H A Dosm_vendor_mlx_ibmgt.c102 osmv_transport_init(IN osm_bind_info_t * p_info, argument
167 switch (p_info->mad_class) {
281 if (p_tpot_info->gsi_mgmt_lists[p_info->mad_class] == NULL) {
284 p_info->mad_class);
294 p_tpot_info->gsi_mgmt_lists[p_info->mad_class] =
297 p_tpot_info->gsi_mgmt_lists[p_info->mad_class]) {
299 p_info->mad_class);
303 memset(p_tpot_info->gsi_mgmt_lists[p_info->mad_class],
306 gsi_mgmt_lists[p_info->mad_class]);
314 gsi_mgmt_lists[p_info
[all...]
H A Dosm_vendor_mlx_ts_anafa.c167 osmv_transport_init(IN osm_bind_info_t * p_info, argument
210 switch (p_info->mad_class) {
231 filter.mgmt_class = p_info->mad_class;
H A Dosm_vendor_mlx_sim.c148 osmv_transport_init(IN osm_bind_info_t * p_info, argument
191 switch (p_info->mad_class) {
214 p_mgr->filter.mgt_class = p_info->mad_class;
H A Dosm_vendor_mlx_ts.c177 osmv_transport_init(IN osm_bind_info_t * p_info, argument
216 switch (p_info->mad_class) {
241 p_mgr->filter.mgmt_class = p_info->mad_class;
/freebsd-11-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_power.c280 struct hal_wow_offload_arp_info *p_info = (struct hal_wow_offload_arp_info *) data; local
290 if (p_info->valid) {
293 OS_REG_WRITE(ah, addr, p_info->RemoteIPv4Address.u32);
295 OS_REG_WRITE(ah, addr, p_info->HostIPv4Address.u32);
297 OS_REG_WRITE(ah, addr, p_info->MacAddress.u32[0]);
299 OS_REG_WRITE(ah, addr, p_info->MacAddress.u32[1]);
320 struct hal_wow_offload_ns_info *p_info = (struct hal_wow_offload_ns_info *) data; local
331 if (p_info->valid) {
334 WOW_WRITE_NS_IPV6_ADDRESS(ah, addr, &p_info->RemoteIPv6Address.u32[0]);
336 WOW_WRITE_NS_IPV6_ADDRESS(ah, addr, &p_info
[all...]

Completed in 158 milliseconds