| /freebsd/sys/netpfil/ipfw/test/ |
| H A D | main.c | 118 q = FI2Q(c, m->flow_id); in drop() 121 ND("q %p id %d current length %d", q, m->flow_id, i); in drop() 171 struct dn_queue *_q = FI2Q(c, mb->flow_id); in gnet_stats_enq() 183 struct dn_queue *_q = FI2Q(c, mb->flow_id); in gnet_stats_deq() 195 if (c->q_wfi[mb->flow_id] < wfi) in gnet_stats_deq() 196 c->q_wfi[mb->flow_id] = wfi; in gnet_stats_deq() 213 struct dn_queue *q = FI2Q(c, m->flow_id); in mainloop() 649 int flow_id; in controller() local 682 flow_id = Q2FI(c, q); in controller() 683 DX(2, "extracted flow %p %d backlog %d", q, flow_id, i); in controller() [all …]
|
| H A D | dn_test.h | 135 uint32_t flow_id; /* for testing, index of a flow */ member
|
| /freebsd/contrib/wpa/wpa_supplicant/ |
| H A D | twt.c | 32 bool flow_type, u8 flow_id, bool protection, in wpas_twt_send_setup() argument 77 req_type |= (flow_id & 0x7) << 7; in wpas_twt_send_setup()
|
| H A D | wpa_supplicant_i.h | 1753 bool flow_type, u8 flow_id, bool protection,
|
| H A D | ctrl_iface.c | 10368 int flow_id = 0; in wpas_ctrl_iface_send_twt_setup() local 10419 flow_id = atoi(tok_s + os_strlen(" flow_id=")); in wpas_ctrl_iface_send_twt_setup() 10435 flow_type, flow_id, protection, twt_channel, in wpas_ctrl_iface_send_twt_setup()
|
| /freebsd/sys/contrib/dev/broadcom/brcm80211/brcmfmac/ |
| H A D | fwsignal.c | 1671 u8 flow_id, max_idx, cur_idx, exp_idx, end_idx; in brcmf_fws_rxreorder() local 1678 flow_id = reorder_data[BRCMF_RXREORDER_FLOWID_OFFSET]; in brcmf_fws_rxreorder() 1688 rfi = ifp->drvr->reorder_flows[flow_id]; in brcmf_fws_rxreorder() 1691 flow_id); in brcmf_fws_rxreorder() 1695 flow_id); in brcmf_fws_rxreorder() 1705 ifp->drvr->reorder_flows[flow_id] = NULL; in brcmf_fws_rxreorder() 1714 flow_id, max_idx); in brcmf_fws_rxreorder() 1722 ifp->drvr->reorder_flows[flow_id] = rfi; in brcmf_fws_rxreorder() 1740 flow_id, rfi->cur_idx, rfi->exp_idx, rfi->pend_pkts); in brcmf_fws_rxreorder() 1757 flow_id, cur_idx, exp_idx, rfi->pend_pkts); in brcmf_fws_rxreorder() [all …]
|
| H A D | core.h | 59 u8 flow_id; member
|
| /freebsd/sys/dev/qlnx/qlnxe/ |
| H A D | eth_common.h | 266 __le16 flow_id /* aRFS flow ID. */; member 328 __le16 flow_id /* aRFS flow ID. */; member
|
| H A D | ecore_hsi_eth.h | 1590 __le16 flow_id /* RX flow ID. Valid if flow_id_valid set. */; member
|
| H A D | ecore_l2.c | 2229 p_ramrod->flow_id = 0; in ecore_configure_rfs_ntuple_filter()
|
| /freebsd/sys/contrib/dev/iwlwifi/fw/api/ |
| H A D | dhc.h | 218 u8 flow_id; member
|
| H A D | mac-cfg.h | 1004 u8 flow_id; member
|
| /freebsd/contrib/ofed/libibverbs/ |
| H A D | cmd.c | 1921 struct ibv_flow *flow_id; in ibv_cmd_create_flow() local 1931 flow_id = malloc(sizeof(*flow_id)); in ibv_cmd_create_flow() 1932 if (!flow_id) in ibv_cmd_create_flow() 1966 flow_id->context = qp->context; in ibv_cmd_create_flow() 1967 flow_id->handle = resp.flow_handle; in ibv_cmd_create_flow() 1968 return flow_id; in ibv_cmd_create_flow() 1970 free(flow_id); in ibv_cmd_create_flow() 1974 int ibv_cmd_destroy_flow(struct ibv_flow *flow_id) in ibv_cmd_destroy_flow() argument 1981 cmd.flow_handle = flow_id->handle; in ibv_cmd_destroy_flow() 1983 if (write(flow_id->context->cmd_fd, &cmd, sizeof(cmd)) != sizeof(cmd)) in ibv_cmd_destroy_flow() [all …]
|
| H A D | driver.h | 280 int ibv_cmd_destroy_flow(struct ibv_flow *flow_id);
|
| H A D | verbs.h | 1705 static inline int ibv_destroy_flow(struct ibv_flow *flow_id) in ibv_destroy_flow() argument 1707 struct verbs_context *vctx = verbs_get_ctx_op(flow_id->context, in ibv_destroy_flow() 1711 return vctx->ibv_destroy_flow(flow_id); in ibv_destroy_flow()
|
| /freebsd/sys/contrib/dev/iwlwifi/mld/ |
| H A D | debugfs.c | 804 u8 trigger, flow_type, flow_id, protection, tenth_param; in iwl_dbgfs_vif_twt_setup_write() local 814 &flow_type, &flow_id, &protection, &tenth_param); in iwl_dbgfs_vif_twt_setup_write() 846 dhc_twt_cmd->flow_id = flow_id; in iwl_dbgfs_vif_twt_setup_write() 892 &twt_cmd.flow_type, &twt_cmd.flow_id, in iwl_dbgfs_vif_twt_operation_write()
|
| /freebsd/sys/dev/ice/ |
| H A D | virtchnl.h | 1785 * validate_only and rule_cfg. PF will return flow_id 1795 u32 flow_id; /* OUTPUT */ member 1806 * and flow_id. PF will return del_status to VF. 1811 u32 flow_id; /* INPUT */ member 1848 * PF will return flow_id 1856 u32 flow_id; /* OUTPUT */ member 1867 * and flow_id. PF will return status to VF. 1872 u32 flow_id; /* INPUT */ member
|
| H A D | ice_lan_tx_rx.h | 474 __le32 flow_id; member 608 __le16 flow_id; member
|
| /freebsd/sys/dev/qat_c2xxx/ |
| H A D | qat_hw15.c | 110 uint8_t hdrsz, uint8_t hwblksz, uint16_t comn_req_flags, uint32_t flow_id) in qat_msg_cmn_hdr_populate() argument 118 msg->flow_id = flow_id; in qat_msg_cmn_hdr_populate()
|
| H A D | qat_hw15reg.h | 551 uint32_t flow_id; member
|
| /freebsd/sys/dev/mlx4/mlx4_en/ |
| H A D | mlx4_en_netdev.c | 106 u32 flow_id; /* RFS infrastructure id */ member 222 __be16 dst_port, u32 flow_id) in mlx4_en_filter_alloc() argument 240 filter->flow_id = flow_id; in mlx4_en_filter_alloc() 292 u16 rxq_index, u32 flow_id) in mlx4_en_filter_rfs() argument 334 src_port, dst_port, flow_id); in mlx4_en_filter_rfs() 383 filter->rxq_index, filter->flow_id, in mlx4_en_filter_rfs_expire()
|
| /freebsd/sys/ofed/drivers/infiniband/core/ |
| H A D | ib_uverbs_cmd.c | 3189 struct ib_flow *flow_id; in ib_uverbs_ex_create_flow() local 3310 flow_id = qp->device->create_flow( in ib_uverbs_ex_create_flow() 3313 if (IS_ERR(flow_id)) { in ib_uverbs_ex_create_flow() 3314 err = PTR_ERR(flow_id); in ib_uverbs_ex_create_flow() 3318 ib_set_flow(uobj, flow_id, qp, qp->device, uflow_res); in ib_uverbs_ex_create_flow() 3335 if (!qp->device->destroy_flow(flow_id)) in ib_uverbs_ex_create_flow()
|
| /freebsd/sys/dev/mlx4/mlx4_ib/ |
| H A D | mlx4_ib_main.c | 1763 static int mlx4_ib_destroy_flow(struct ib_flow *flow_id) in mlx4_ib_destroy_flow() argument 1767 struct mlx4_ib_dev *mdev = to_mdev(flow_id->qp->device); in mlx4_ib_destroy_flow() 1768 struct mlx4_ib_flow *mflow = to_mflow(flow_id); in mlx4_ib_destroy_flow()
|
| /freebsd/sys/dev/mlx5/mlx5_ib/ |
| H A D | mlx5_ib_main.c | 2076 static int mlx5_ib_destroy_flow(struct ib_flow *flow_id) in mlx5_ib_destroy_flow() 2078 struct mlx5_ib_dev *dev = to_mdev(flow_id->qp->device); in mlx5_ib_destroy_flow() 2079 struct mlx5_ib_flow_handler *handler = container_of(flow_id, in mlx5_ib_destroy_flow() 2064 mlx5_ib_destroy_flow(struct ib_flow * flow_id) mlx5_ib_destroy_flow() argument
|
| /freebsd/sys/ofed/include/rdma/ |
| H A D | ib_verbs.h | 2345 int (*destroy_flow)(struct ib_flow *flow_id);
|