Searched refs:fdb (Results 1 - 7 of 7) sorted by relevance

/freebsd-current/contrib/netbsd-tests/lib/libc/sys/
H A Dt_listen.c53 int fda, fdb, fdc; local
67 fdb = socket(AF_INET, SOCK_STREAM, 0);
70 ATF_REQUIRE(fda >= 0 && fdb >= 0 && fdc >= 0);
83 ATF_REQUIRE(connect(fdb, (struct sockaddr *)&sinb, siz) == 0);
84 ATF_REQUIRE_ERRNO(EINVAL, listen(fdb, 1) == -1);
87 (void)close(fdb);
89 ATF_REQUIRE_ERRNO(EBADF, connect(fdb,
/freebsd-current/sys/dev/mlx5/mlx5_core/
H A Dmlx5_eswitch.c252 mlx5_add_flow_rule(esw->fdb_table.fdb,
273 struct mlx5_flow_table *fdb; local
298 fdb = mlx5_create_flow_table(root_ns, 0, "FDB", table_size);
299 if (IS_ERR_OR_NULL(fdb)) {
300 err = PTR_ERR(fdb);
313 g = mlx5_create_flow_group(fdb, flow_group_in);
321 esw->fdb_table.fdb = fdb;
324 if (err && !IS_ERR_OR_NULL(fdb))
325 mlx5_destroy_flow_table(fdb);
[all...]
H A Deswitch.h126 void *fdb; member in struct:mlx5_eswitch_fdb
/freebsd-current/contrib/ofed/infiniband-diags/src/
H A Dibtracert.c96 int8_t fdb[64]; member in struct:Switch
177 void *si = sw->switchinfo, *fdb = sw->fdb; local
191 memset(fdb, 0, sizeof(sw->fdb));
192 if (!smp_query_via(fdb, portid, IB_ATTR_LINEARFORWTBL, lid / 64,
197 portid2str(portid), lid, sw->fdb[lid % 64]);
198 return sw->fdb[lid % 64];
/freebsd-current/sys/dev/ocs_fc/
H A Dsli4.h2506 fdb:1, member in struct:sli4_req_common_set_dump_location_s
3699 ocs_dma_t *buffer, uint8_t fdb);
H A Dsli4.c2799 ocs_dma_t *buffer, uint8_t fdb)
2820 set_dump_loc->fdb = fdb;
2797 sli_cmd_common_set_dump_location(sli4_t *sli4, void *buf, size_t size, uint8_t query, uint8_t is_buffer_list, ocs_dma_t *buffer, uint8_t fdb) argument
H A Docs_hw.c6518 ocs_hw_set_dump_location(ocs_hw_t *hw, uint32_t num_buffers, ocs_dma_t *dump_buffers, uint8_t fdb) argument
6535 if (fdb == 0 && func != 0) {
6569 &hw->dump_sges, fdb);
6574 dump_buffers, fdb);

Completed in 322 milliseconds