The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/dev/irdma/irdma_protos.h

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    1 /*-
    2  * SPDX-License-Identifier: GPL-2.0 or Linux-OpenIB
    3  *
    4  * Copyright (c) 2016 - 2022 Intel Corporation
    5  *
    6  * This software is available to you under a choice of one of two
    7  * licenses.  You may choose to be licensed under the terms of the GNU
    8  * General Public License (GPL) Version 2, available from the file
    9  * COPYING in the main directory of this source tree, or the
   10  * OpenFabrics.org BSD license below:
   11  *
   12  *   Redistribution and use in source and binary forms, with or
   13  *   without modification, are permitted provided that the following
   14  *   conditions are met:
   15  *
   16  *    - Redistributions of source code must retain the above
   17  *      copyright notice, this list of conditions and the following
   18  *      disclaimer.
   19  *
   20  *    - Redistributions in binary form must reproduce the above
   21  *      copyright notice, this list of conditions and the following
   22  *      disclaimer in the documentation and/or other materials
   23  *      provided with the distribution.
   24  *
   25  * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
   26  * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
   27  * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
   28  * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
   29  * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
   30  * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
   31  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
   32  * SOFTWARE.
   33  */
   34 /*$FreeBSD$*/
   35 
   36 #ifndef IRDMA_PROTOS_H
   37 #define IRDMA_PROTOS_H
   38 
   39 #define PAUSE_TIMER_VAL         0xffff
   40 #define REFRESH_THRESHOLD       0x7fff
   41 #define HIGH_THRESHOLD          0x800
   42 #define LOW_THRESHOLD           0x200
   43 #define ALL_TC2PFC              0xff
   44 #define CQP_COMPL_WAIT_TIME_MS  10
   45 #define CQP_TIMEOUT_THRESHOLD   500
   46 
   47 /* init operations */
   48 int irdma_sc_dev_init(struct irdma_sc_dev *dev, struct irdma_device_init_info *info);
   49 void irdma_sc_cqp_post_sq(struct irdma_sc_cqp *cqp);
   50 __le64 *irdma_sc_cqp_get_next_send_wqe(struct irdma_sc_cqp *cqp, u64 scratch);
   51 int irdma_sc_mr_fast_register(struct irdma_sc_qp *qp,
   52                               struct irdma_fast_reg_stag_info *info,
   53                               bool post_sq);
   54 void irdma_init_config_check(struct irdma_config_check *cc,
   55                              u8 traffic_class,
   56                              u16 qs_handle);
   57 /* HMC/FPM functions */
   58 int irdma_sc_init_iw_hmc(struct irdma_sc_dev *dev, u16 hmc_fn_id);
   59 /* stats misc */
   60 int irdma_cqp_gather_stats_cmd(struct irdma_sc_dev *dev,
   61                                struct irdma_vsi_pestat *pestat, bool wait);
   62 int irdma_cqp_ws_node_cmd(struct irdma_sc_dev *dev, u8 cmd,
   63                           struct irdma_ws_node_info *node_info);
   64 int irdma_cqp_up_map_cmd(struct irdma_sc_dev *dev, u8 cmd,
   65                          struct irdma_up_info *map_info);
   66 int irdma_cqp_ceq_cmd(struct irdma_sc_dev *dev, struct irdma_sc_ceq *sc_ceq,
   67                       u8 op);
   68 int irdma_cqp_aeq_cmd(struct irdma_sc_dev *dev, struct irdma_sc_aeq *sc_aeq,
   69                       u8 op);
   70 int irdma_cqp_stats_inst_cmd(struct irdma_sc_vsi *vsi, u8 cmd,
   71                              struct irdma_stats_inst_info *stats_info);
   72 u16 irdma_alloc_ws_node_id(struct irdma_sc_dev *dev);
   73 void irdma_free_ws_node_id(struct irdma_sc_dev *dev, u16 node_id);
   74 void irdma_update_stats(struct irdma_dev_hw_stats *hw_stats,
   75                         struct irdma_gather_stats *gather_stats,
   76                         struct irdma_gather_stats *last_gather_stats,
   77                         const struct irdma_hw_stat_map *map,
   78                         u16 max_stat_idx);
   79 /* vsi functions */
   80 int irdma_vsi_stats_init(struct irdma_sc_vsi *vsi,
   81                          struct irdma_vsi_stats_info *info);
   82 void irdma_vsi_stats_free(struct irdma_sc_vsi *vsi);
   83 void irdma_sc_vsi_init(struct irdma_sc_vsi *vsi,
   84                        struct irdma_vsi_init_info *info);
   85 int irdma_sc_add_cq_ctx(struct irdma_sc_ceq *ceq, struct irdma_sc_cq *cq);
   86 void irdma_sc_remove_cq_ctx(struct irdma_sc_ceq *ceq, struct irdma_sc_cq *cq);
   87 /* misc L2 param change functions */
   88 void irdma_change_l2params(struct irdma_sc_vsi *vsi,
   89                            struct irdma_l2params *l2params);
   90 void irdma_sc_suspend_resume_qps(struct irdma_sc_vsi *vsi, u8 suspend);
   91 int irdma_cqp_qp_suspend_resume(struct irdma_sc_qp *qp, u8 cmd);
   92 void irdma_qp_add_qos(struct irdma_sc_qp *qp);
   93 void irdma_qp_rem_qos(struct irdma_sc_qp *qp);
   94 struct irdma_sc_qp *irdma_get_qp_from_list(struct list_head *head,
   95                                            struct irdma_sc_qp *qp);
   96 void irdma_reinitialize_ieq(struct irdma_sc_vsi *vsi);
   97 u16 irdma_alloc_ws_node_id(struct irdma_sc_dev *dev);
   98 void irdma_free_ws_node_id(struct irdma_sc_dev *dev, u16 node_id);
   99 /* terminate functions*/
  100 void irdma_terminate_send_fin(struct irdma_sc_qp *qp);
  101 
  102 void irdma_terminate_connection(struct irdma_sc_qp *qp,
  103                                 struct irdma_aeqe_info *info);
  104 
  105 void irdma_terminate_received(struct irdma_sc_qp *qp,
  106                               struct irdma_aeqe_info *info);
  107 /* dynamic memory allocation */
  108 void *irdma_allocate_dma_mem(struct irdma_hw *hw, struct irdma_dma_mem *mem,
  109                              u64 size, u32 alignment);
  110 void *irdma_allocate_virt_mem(struct irdma_hw *hw, struct irdma_virt_mem *mem,                        u32 size);
  111 int irdma_free_dma_mem(struct irdma_hw *hw, struct irdma_dma_mem *mem);
  112 /* misc */
  113 u8 irdma_get_encoded_wqe_size(u32 wqsize, enum irdma_queue_type queue_type);
  114 void irdma_modify_qp_to_err(struct irdma_sc_qp *sc_qp);
  115 int irdma_sc_static_hmc_pages_allocated(struct irdma_sc_cqp *cqp, u64 scratch,
  116                                         u16 hmc_fn_id, bool post_sq,
  117                                         bool poll_registers);
  118 int irdma_cfg_fpm_val(struct irdma_sc_dev *dev, u32 qp_count);
  119 int irdma_get_rdma_features(struct irdma_sc_dev *dev);
  120 void free_sd_mem(struct irdma_sc_dev *dev);
  121 int irdma_process_cqp_cmd(struct irdma_sc_dev *dev,
  122                           struct cqp_cmds_info *pcmdinfo);
  123 int irdma_process_bh(struct irdma_sc_dev *dev);
  124 extern void dump_ctx(struct irdma_sc_dev *dev, u32 pf_num, u32 qp_num);
  125 void dumpCSR(struct irdma_sc_dev *dev);
  126 void dumpCSRx(struct irdma_sc_dev *dev);
  127 void dumpcls(struct irdma_sc_dev *dev);
  128 int irdma_cqp_sds_cmd(struct irdma_sc_dev *dev,
  129                       struct irdma_update_sds_info *info);
  130 int irdma_cqp_query_fpm_val_cmd(struct irdma_sc_dev *dev,
  131                                 struct irdma_dma_mem *val_mem, u16 hmc_fn_id);
  132 int irdma_cqp_commit_fpm_val_cmd(struct irdma_sc_dev *dev,
  133                                  struct irdma_dma_mem *val_mem, u16 hmc_fn_id);
  134 int irdma_alloc_query_fpm_buf(struct irdma_sc_dev *dev,
  135                               struct irdma_dma_mem *mem);
  136 int irdma_cqp_manage_hmc_fcn_cmd(struct irdma_sc_dev *dev,
  137                                  struct irdma_hmc_fcn_info *hmcfcninfo,
  138                                  u16 *pmf_idx);
  139 void *irdma_remove_cqp_head(struct irdma_sc_dev *dev);
  140 #endif /* IRDMA_PROTOS_H */

Cache object: 375bca851b3eda9ace8176f116fe4734


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.