Home
last modified time | relevance | path

Searched refs:OSAL_NULL (Results 1 – 25 of 25) sorted by relevance

/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_int.c592 {"CNIG port 0", ATTENTION_SINGLE, OSAL_NULL, BLOCK_CNIG},
593 {"CNIG port 1", ATTENTION_SINGLE, OSAL_NULL, BLOCK_CNIG},
594 {"CNIG port 2", ATTENTION_SINGLE, OSAL_NULL, BLOCK_CNIG},
595 {"CNIG port 3", ATTENTION_SINGLE, OSAL_NULL, BLOCK_CNIG},
603 {"GPIO0 function%d", (32 << ATTENTION_LENGTH_SHIFT), OSAL_NULL, MAX_BLOCK_ID},
609 {"PGLUE config_space", ATTENTION_SINGLE, OSAL_NULL, MAX_BLOCK_ID},
610 {"PGLUE misc_flr", ATTENTION_SINGLE, OSAL_NULL, MAX_BLOCK_ID},
612 {"PGLUE misc_mctp", ATTENTION_SINGLE, OSAL_NULL, MAX_BLOCK_ID},
613 {"Flash event", ATTENTION_SINGLE, OSAL_NULL, MAX_BLOCK_ID},
614 {"SMB event", ATTENTION_SINGLE, OSAL_NULL, MAX_BLOCK_ID},
[all …]
H A Decore_ooo.c51 return OSAL_NULL; in ecore_ooo_seek_archipelago()
56 return OSAL_NULL; in ecore_ooo_seek_archipelago()
65 struct ecore_ooo_archipelago *p_archipelago = OSAL_NULL; in ecore_ooo_seek_isle()
66 struct ecore_ooo_isle *p_isle = OSAL_NULL; in ecore_ooo_seek_isle()
73 return OSAL_NULL; in ecore_ooo_seek_isle()
84 return OSAL_NULL; in ecore_ooo_seek_isle()
119 OSAL_NULL); in ecore_ooo_alloc()
233 if (p_buffer == OSAL_NULL) in ecore_ooo_release_connection_isles()
279 if (p_buffer == OSAL_NULL) in ecore_ooo_release_all_isles()
324 if (p_buffer == OSAL_NULL) in ecore_ooo_free()
[all …]
H A Decore_ll2.c65 struct ecore_ll2_info *p_ll2_conn, *p_ret = OSAL_NULL; in __ecore_ll2_handle_sanity()
68 return OSAL_NULL; in __ecore_ll2_handle_sanity()
71 return OSAL_NULL; in __ecore_ll2_handle_sanity()
129 if (p_ll2_conn == OSAL_NULL) in ecore_ll2_get_fragment_of_tx_packet()
154 struct ecore_ll2_tx_packet *p_pkt = OSAL_NULL; in ecore_ll2_txq_flush()
162 if (p_ll2_conn == OSAL_NULL) in ecore_ll2_txq_flush()
172 if (p_pkt == OSAL_NULL) in ecore_ll2_txq_flush()
347 if (p_ll2_conn->cbs.slowpath_cb == OSAL_NULL) { in ecore_ll2_handle_slowpath()
373 struct ecore_ll2_rx_packet *p_pkt = OSAL_NULL; in ecore_ll2_rxq_handle_completion()
424 union core_rx_cqe_union *cqe = OSAL_NULL; in ecore_ll2_rxq_completion()
[all …]
H A Decore_l2.c98 if (pp_qids == OSAL_NULL) in ecore_l2_alloc()
105 if (pp_qids[i] == OSAL_NULL) in ecore_l2_alloc()
132 if (p_hwfn->p_l2_info == OSAL_NULL) in ecore_l2_free()
135 if (p_hwfn->p_l2_info->pp_qid_usage == OSAL_NULL) in ecore_l2_free()
140 if (p_hwfn->p_l2_info->pp_qid_usage[i] == OSAL_NULL) in ecore_l2_free()
144 p_hwfn->p_l2_info->pp_qid_usage[i] = OSAL_NULL; in ecore_l2_free()
154 p_hwfn->p_l2_info->pp_qid_usage = OSAL_NULL; in ecore_l2_free()
158 p_hwfn->p_l2_info = OSAL_NULL; in ecore_l2_free()
239 if (p_cid == OSAL_NULL) in _ecore_eth_queue_to_cid()
240 return OSAL_NULL; in _ecore_eth_queue_to_cid()
[all …]
H A Decore_sp_commands.c60 struct ecore_spq_entry *p_ent = OSAL_NULL; in ecore_sp_init_request()
94 p_ent->comp_cb.function = OSAL_NULL; in ecore_sp_init_request()
327 struct pf_start_ramrod_data *p_ramrod = OSAL_NULL; in ecore_sp_pf_start()
330 struct ecore_spq_entry *p_ent = OSAL_NULL; in ecore_sp_pf_start()
446 rc = ecore_spq_post(p_hwfn, p_ent, OSAL_NULL); in ecore_sp_pf_start()
457 struct ecore_spq_entry *p_ent = OSAL_NULL; in ecore_sp_pf_update_dcbx()
476 return ecore_spq_post(p_hwfn, p_ent, OSAL_NULL); in ecore_sp_pf_update_dcbx()
481 struct ecore_spq_entry *p_ent = OSAL_NULL; in ecore_sp_pf_update_ufp()
510 return ecore_spq_post(p_hwfn, p_ent, OSAL_NULL); in ecore_sp_pf_update_ufp()
532 struct ecore_spq_entry *p_ent = OSAL_NULL; in ecore_sp_rl_update()
[all …]
H A Decore_spq.c400 p_hwfn->p_spq->async_comp_cb[protocol_id] = OSAL_NULL; in ecore_spq_unregister_async_cb()
507 &p_eq->chain, OSAL_NULL) != ECORE_SUCCESS) { in ecore_eq_alloc()
537 p_hwfn->p_eq = OSAL_NULL; in ecore_eq_free()
554 return ecore_spq_completion(p_hwfn, cqe->echo, 0, OSAL_NULL); in ecore_cqe_completion()
578 struct ecore_spq_entry *p_virt = OSAL_NULL; in ecore_spq_setup()
643 struct ecore_spq_entry *p_virt = OSAL_NULL; in ecore_spq_alloc()
644 struct ecore_spq *p_spq = OSAL_NULL; in ecore_spq_alloc()
663 &p_spq->chain, OSAL_NULL)) { in ecore_spq_alloc()
722 p_hwfn->p_spq = OSAL_NULL; in ecore_spq_free()
729 struct ecore_spq_entry *p_ent = OSAL_NULL; in ecore_spq_get_entry()
[all …]
H A Decore_sriov.c107 struct vf_start_ramrod_data *p_ramrod = OSAL_NULL; in ecore_sp_vf_start()
108 struct ecore_spq_entry *p_ent = OSAL_NULL; in ecore_sp_vf_start()
162 return ecore_spq_post(p_hwfn, p_ent, OSAL_NULL); in ecore_sp_vf_start()
169 struct vf_stop_ramrod_data *p_ramrod = OSAL_NULL; in ecore_sp_vf_stop()
170 struct ecore_spq_entry *p_ent = OSAL_NULL; in ecore_sp_vf_stop()
190 return ecore_spq_post(p_hwfn, p_ent, OSAL_NULL); in ecore_sp_vf_stop()
220 struct ecore_vf_info *vf = OSAL_NULL; in ecore_iov_get_vf_info()
224 return OSAL_NULL; in ecore_iov_get_vf_info()
248 return OSAL_NULL; in ecore_iov_get_vf_rx_queue_cid()
272 if (p_qcid->p_cid == OSAL_NULL) in ecore_iov_validate_queue_mode()
[all …]
H A Decore_hw.c74 p_hwfn->p_ptt_pool = OSAL_NULL; in __ecore_ptt_pool_free()
161 return OSAL_NULL; in ecore_ptt_acquire()
247 return OSAL_NULL; in ecore_get_reserved_ptt()
555 ((params) != OSAL_NULL && ((params)->flags & ECORE_DMAE_FLAG_##flag))
715 if (*p_comp == OSAL_NULL) { in ecore_dmae_info_alloc()
724 if (*p_cmd == OSAL_NULL) { in ecore_dmae_info_alloc()
733 if (*p_buff == OSAL_NULL) { in ecore_dmae_info_alloc()
756 if (p_hwfn->dmae_info.p_completion_word != OSAL_NULL) { in ecore_dmae_info_free()
761 p_hwfn->dmae_info.p_completion_word = OSAL_NULL; in ecore_dmae_info_free()
764 if (p_hwfn->dmae_info.p_dmae_cmd != OSAL_NULL) { in ecore_dmae_info_free()
[all …]
H A Decore_chain.h332 struct ecore_chain_next *p_next = OSAL_NULL; in ecore_chain_advance_page()
435 void *p_ret = OSAL_NULL, *p_prod_idx, *p_prod_page_idx; in ecore_chain_produce()
511 void *p_ret = OSAL_NULL, *p_cons_idx, *p_cons_page_idx; in ecore_chain_consume()
615 p_chain->p_virt_addr = OSAL_NULL; in ecore_chain_init_params()
634 p_chain->pbl_sp.p_virt_table = OSAL_NULL; in ecore_chain_init_params()
635 p_chain->pbl.pp_virt_addr_tbl = OSAL_NULL; in ecore_chain_init_params()
721 struct ecore_chain_next *p_next = OSAL_NULL; in ecore_chain_get_last_elem()
722 void *p_virt_addr = OSAL_NULL; in ecore_chain_get_last_elem()
H A Decore_sriov.h320 …_add_tlv(u8 OSAL_UNUSED **offset, OSAL_UNUSED u16 type, OSAL_UNUSED u16 length) {return OSAL_NULL;} in ecore_add_tlv()
328 …n OSAL_UNUSED *p_hwfn, void OSAL_UNUSED *p_tlvs_list, u16 OSAL_UNUSED req_type) {return OSAL_NULL;} in ecore_iov_search_list_tlvs()
329 …NUSED *p_hwfn, u16 OSAL_UNUSED relative_vf_id, bool OSAL_UNUSED b_enabled_only) {return OSAL_NULL;} in ecore_iov_get_vf_info()
H A Decore_iwarp.c345 rc = ecore_spq_post(p_hwfn, p_ent, OSAL_NULL); in ecore_iwarp_create_qp()
391 rc = ecore_spq_post(p_hwfn, p_ent, OSAL_NULL); in ecore_iwarp_modify_fw()
554 rc = ecore_spq_post(p_hwfn, p_ent, OSAL_NULL); in ecore_iwarp_fw_destroy()
580 ep->qp->ep = OSAL_NULL; in ecore_iwarp_destroy_ep()
869 rc = ecore_spq_post(p_hwfn, p_ent, OSAL_NULL); in ecore_iwarp_tcp_offload()
899 reject = (qp == OSAL_NULL); in ecore_iwarp_mpa_offload()
972 rc = ecore_spq_post(p_hwfn, p_ent, OSAL_NULL); in ecore_iwarp_mpa_offload()
1007 ep->event_cb = OSAL_NULL; in ecore_iwarp_mpa_received()
1107 ep->qp->ep = OSAL_NULL; in ecore_iwarp_return_ep()
1108 ep->qp = OSAL_NULL; in ecore_iwarp_return_ep()
[all …]
H A Decore_init_ops.c142 OSAL_NULL /* default parameters */); in ecore_init_rt()
169 rt_data->b_valid = OSAL_NULL; in ecore_init_alloc()
179 p_hwfn->rt_data.init_val = OSAL_NULL; in ecore_init_free()
181 p_hwfn->rt_data.b_valid = OSAL_NULL; in ecore_init_free()
209 OSAL_NULL /* default parameters */);
577 p_hwfn->unzip_buf = OSAL_NULL;
H A Decore_rdma.c67 bmap->bitmap = OSAL_NULL; in ecore_rdma_bmap_alloc()
209 p_hwfn->p_rdma_info = OSAL_NULL; in ecore_rdma_info_free()
287 OSAL_NULL); in ecore_rdma_alloc()
504 bmap->bitmap = OSAL_NULL; in ecore_rdma_bmap_free()
524 p_hwfn->p_rdma_info->port = OSAL_NULL; in ecore_rdma_resc_free()
527 p_hwfn->p_rdma_info->dev = OSAL_NULL; in ecore_rdma_resc_free()
544 OSAL_NULL)); in ecore_rdma_free_ilt()
889 rc = ecore_spq_post(p_hwfn, p_ent, OSAL_NULL); in ecore_rdma_start_fw()
1065 rc = ecore_spq_post(p_hwfn, p_ent, OSAL_NULL); in ecore_rdma_stop()
1352 rc = ecore_spq_post(p_hwfn, p_ent, OSAL_NULL); in ecore_rdma_create_cq()
[all …]
H A Decore_dev.c210 struct ecore_db_recovery_entry *db_entry = OSAL_NULL; in ecore_db_recovery_del()
281 struct ecore_db_recovery_entry *db_entry = OSAL_NULL; in ecore_db_recovery_teardown()
305 struct ecore_db_recovery_entry *db_entry = OSAL_NULL; in ecore_db_recovery_dp()
375 struct ecore_db_recovery_entry *db_entry = OSAL_NULL; in ecore_db_recovery_execute()
448 if (p_llh_info != OSAL_NULL) { in ecore_llh_free()
449 if (p_llh_info->pp_filters != OSAL_NULL) { in ecore_llh_free()
458 p_dev->p_llh_info = OSAL_NULL; in ecore_llh_free()
890 if (p_ptt == OSAL_NULL) in ecore_llh_set_ppfid_affinity()
940 if (p_ptt == OSAL_NULL) in ecore_llh_set_roce_affinity()
1175 if (p_ptt == OSAL_NULL) in ecore_llh_add_mac_filter()
[all …]
H A Decore_int_api.h141 DIRECT_REG_WR(OSAL_NULL, sb_info->igu_addr, val); in ecore_sb_ack()
178 __internal_ram_wr(OSAL_NULL, addr, size, data); in internal_ram_wr()
H A Decore_cxt.c428 return OSAL_NULL; in ecore_cxt_tid_seg_info()
961 p_mngr->t2 = OSAL_NULL; in ecore_cxt_src_t2_free()
1082 if (p_mngr->ilt_shadow == OSAL_NULL) in ecore_ilt_shadow_free()
1095 p_dma->p_virt = OSAL_NULL; in ecore_ilt_shadow_free()
1098 p_mngr->ilt_shadow = OSAL_NULL; in ecore_ilt_shadow_free()
1164 if (p_mngr->ilt_shadow == OSAL_NULL) { in ecore_ilt_shadow_alloc()
1208 p_mngr->acquired[type].cid_map = OSAL_NULL; in ecore_cid_map_free()
1215 p_mngr->acquired_vf[type][vf].cid_map = OSAL_NULL; in ecore_cid_map_free()
1234 if (p_map->cid_map == OSAL_NULL) in ecore_cid_map_alloc_single()
1389 p_hwfn->p_cxt_mngr = OSAL_NULL; in ecore_cxt_mngr_free()
[all …]
H A Decore_roce.c530 rc = ecore_spq_post(p_hwfn, p_ent, OSAL_NULL); in ecore_roce_sp_create_responder()
683 rc = ecore_spq_post(p_hwfn, p_ent, OSAL_NULL); in ecore_roce_sp_create_requester()
808 rc = ecore_spq_post(p_hwfn, p_ent, OSAL_NULL); in ecore_roce_sp_modify_responder()
915 rc = ecore_spq_post(p_hwfn, p_ent, OSAL_NULL); in ecore_roce_sp_modify_requester()
977 rc = ecore_spq_post(p_hwfn, p_ent, OSAL_NULL); in ecore_roce_sp_destroy_qp_responder()
1056 rc = ecore_spq_post(p_hwfn, p_ent, OSAL_NULL); in ecore_roce_sp_destroy_qp_requester()
1128 rc = ecore_spq_post(p_hwfn, p_ent, OSAL_NULL); in ecore_roce_sp_query_responder()
1194 rc = ecore_spq_post(p_hwfn, p_ent, OSAL_NULL); in ecore_roce_sp_query_requester()
1314 rc = ecore_spq_post(p_hwfn, p_ent, OSAL_NULL); in ecore_roce_destroy_ud_qp()
1362 rc = ecore_spq_post(p_hwfn, p_ent, OSAL_NULL); in ecore_roce_create_ud_qp()
H A Decore_dbg_fw_funcs.c549 static struct dbg_array s_dbg_arrays[MAX_BIN_DBG_BUFFER_TYPE] = { { OSAL_NULL } };
571 { OSAL_NULL, 0 },
580 { OSAL_NULL, 0 },
583 { OSAL_NULL, 0 },
592 { OSAL_NULL, 0 },
595 { OSAL_NULL, 0 },
598 { OSAL_NULL, 0 }
1940 return OSAL_NULL; in get_dbg_bus_line_desc()
2716 recorded_dwords = ecore_bus_dump_data(p_hwfn, p_ptt, OSAL_NULL, false); in ecore_bus_dump_hdr()
3000 …ae_grc2host(p_hwfn, p_ptt, DWORDS_TO_BYTES(addr), (u64)(osal_uintptr_t)(dump_buf), len, OSAL_NULL)) in ecore_grc_dump_addr_range()
[all …]
H A Decore_iov_api.h782 …wfn OSAL_UNUSED *p_hwfn, u16 OSAL_UNUSED vfid, bool OSAL_UNUSED b_enabled_only) {return OSAL_NULL;} in ecore_iov_get_public_vf_info()
802 …et_forced_mac(struct ecore_hwfn OSAL_UNUSED *p_hwfn, u16 OSAL_UNUSED rel_vf_id) {return OSAL_NULL;} in ecore_iov_bulletin_get_forced_mac()
808 …ov_get_vf_ctx(struct ecore_hwfn OSAL_UNUSED *p_hwfn, u16 OSAL_UNUSED rel_vf_id) {return OSAL_NULL;} in ecore_iov_get_vf_ctx()
H A Decore_mcp.c146 struct ecore_mcp_cmd_elem *p_cmd_elem = OSAL_NULL; in ecore_mcp_cmd_add_elem()
175 struct ecore_mcp_cmd_elem *p_cmd_elem = OSAL_NULL; in ecore_mcp_cmd_get_elem()
183 return OSAL_NULL; in ecore_mcp_cmd_get_elem()
189 struct ecore_mcp_cmd_elem *p_cmd_elem = OSAL_NULL, *p_tmp; in ecore_mcp_free()
209 p_hwfn->mcp_info = OSAL_NULL; in ecore_mcp_free()
337 if (p_info->mfw_mb_cur == OSAL_NULL || p_info->mfw_mb_shadow == OSAL_NULL) in ecore_mcp_cmd_init()
418 struct ecore_mcp_cmd_elem *p_cmd_elem = OSAL_NULL; in ecore_mcp_has_pending_cmd()
466 if (p_mb_params->p_data_dst != OSAL_NULL && in ecore_mcp_update_pending_cmd()
493 if (p_mb_params->p_data_src != OSAL_NULL && p_mb_params->data_src_size) in __ecore_mcp_cmd_and_union()
2297 if (p_running_bundle_id != OSAL_NULL) { in ecore_mcp_get_mfw_ver()
[all …]
H A Decore_mcp.h109 ((params) != OSAL_NULL && ((params)->flags & ECORE_MB_FLAG_##flag))
H A Dbcm_osal.h408 #define OSAL_NULL NULL macro
H A Decore_vf.c262 p_hwfn->vf_iov_info = OSAL_NULL; in _ecore_vf_pf_release()
548 if (p_hwfn->doorbells == OSAL_NULL) { in ecore_vf_hw_prepare()
H A Decore_mng_tlv.c1300 u8 tlv_group = 0, id, *p_mfw_buf = OSAL_NULL, *p_temp; in ecore_mfw_process_tlv_req()
H A Decore_dcbx.c1090 p_hwfn->p_dcbx_info = OSAL_NULL; in ecore_dcbx_info_free()