Home
last modified time | relevance | path

Searched refs:flow_id (Results 1 – 21 of 21) sorted by relevance

/freebsd/sys/netpfil/ipfw/test/
H A Dmain.c118 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 Ddn_test.h135 uint32_t flow_id; /* for testing, index of a flow */ member
/freebsd/contrib/wpa/wpa_supplicant/
H A Dtwt.c32 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 Dwpa_supplicant_i.h1753 bool flow_type, u8 flow_id, bool protection,
H A Dctrl_iface.c10368 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/dev/qlnx/qlnxe/
H A Deth_common.h266 __le16 flow_id /* aRFS flow ID. */; member
328 __le16 flow_id /* aRFS flow ID. */; member
H A Decore_hsi_eth.h1590 __le16 flow_id /* RX flow ID. Valid if flow_id_valid set. */; member
H A Decore_l2.c2228 p_ramrod->flow_id = 0; in ecore_configure_rfs_ntuple_filter()
/freebsd/contrib/ofed/libibverbs/
H A Dcmd.c1922 struct ibv_flow *flow_id; in ibv_cmd_create_flow() local
1932 flow_id = malloc(sizeof(*flow_id)); in ibv_cmd_create_flow()
1933 if (!flow_id) in ibv_cmd_create_flow()
1967 flow_id->context = qp->context; in ibv_cmd_create_flow()
1968 flow_id->handle = resp.flow_handle; in ibv_cmd_create_flow()
1969 return flow_id; in ibv_cmd_create_flow()
1971 free(flow_id); in ibv_cmd_create_flow()
1975 int ibv_cmd_destroy_flow(struct ibv_flow *flow_id) in ibv_cmd_destroy_flow() argument
1982 cmd.flow_handle = flow_id->handle; in ibv_cmd_destroy_flow()
1984 if (write(flow_id->context->cmd_fd, &cmd, sizeof(cmd)) != sizeof(cmd)) in ibv_cmd_destroy_flow()
[all …]
H A Dverbs.h1705 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()
H A Ddriver.h280 int ibv_cmd_destroy_flow(struct ibv_flow *flow_id);
/freebsd/sys/dev/ice/
H A Dvirtchnl.h1785 * 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 Dice_lan_tx_rx.h474 __le32 flow_id; member
608 __le16 flow_id; member
/freebsd/sys/dev/qat_c2xxx/
H A Dqat_hw15.c110 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 Dqat_hw15reg.h551 uint32_t flow_id; member
/freebsd/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_netdev.c106 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 Dib_uverbs_cmd.c3189 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 Dmlx4_ib_main.c1763 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 Dmlx5_ib_main.c2064 static int mlx5_ib_destroy_flow(struct ib_flow *flow_id) in mlx5_ib_destroy_flow() argument
2066 struct mlx5_ib_dev *dev = to_mdev(flow_id->qp->device); in mlx5_ib_destroy_flow()
2067 struct mlx5_ib_flow_handler *handler = container_of(flow_id, in mlx5_ib_destroy_flow()
/freebsd/sys/ofed/include/rdma/
H A Dib_verbs.h2344 int (*destroy_flow)(struct ib_flow *flow_id);
/freebsd/sys/dev/bnxt/bnxt_en/
H A Dhsi_struct_def.h44472 uint32_t flow_id; member
45331 uint32_t flow_id; member
46405 uint32_t flow_id; member
46985 uint32_t flow_id; member
48705 uint32_t flow_id; member
52686 uint32_t flow_id; member