Searched refs:kidx (Results 1 - 25 of 26) sorted by relevance

12

/freebsd-current/sys/netpfil/ipfw/
H A Dip_fw_eaction.c168 EACTION_DEBUG("kidx %u", idx);
212 if (ipfw_objhash_alloc_idx(ni, &obj->no.kidx) != 0) {
220 SRV_OBJECT(ch, obj->no.kidx) = obj;
226 *eaction_id = obj->no.kidx;
240 obj = SRV_OBJECT(ch, no->kidx);
241 SRV_OBJECT(ch, no->kidx) = NULL;
244 ipfw_objhash_free_idx(ni, no->kidx);
264 if (eaction_id == no->kidx)
267 EACTION_DEBUG("Going to replace id %u with %u", eaction_id, no->kidx);
282 no->kidx, instance_i
432 ipfw_reset_eaction_instance(struct ip_fw_chain *ch, uint16_t eaction_id, uint16_t kidx) argument
[all...]
H A Dip_fw_table.c178 get_table_value(struct ip_fw_chain *ch, struct table_config *tc, uint32_t kidx) argument
184 return (&pval[kidx]);
252 * Saves table config, algo and allocated kidx info @ptc, @pta and
292 uint16_t kidx; local
326 error = create_table_compat(ch, ti, &kidx);
332 tc = (struct table_config *)ipfw_objhash_lookup_kidx(ni, kidx);
333 KASSERT(tc != NULL, ("create_table_compat returned bad idx %d", kidx));
548 uint16_t kidx; local
630 kidx = tc->no.kidx;
720 uint16_t kidx; local
971 int error, i, kidx, read; local
1213 uint16_t kidx; local
1598 ipfw_objhash_lookup_table_kidx(struct ip_fw_chain *ch, uint16_t kidx) argument
1609 ipfw_ref_table(struct ip_fw_chain *ch, ipfw_obj_ntlv *ntlv, uint16_t *kidx) argument
1632 ipfw_unref_table(struct ip_fw_chain *ch, uint16_t kidx) argument
1861 uint16_t kidx; local
1961 ipfw_export_table_ntlv(struct ip_fw_chain *ch, uint16_t kidx, struct sockopt_data *sd) argument
2513 ipfw_foreach_table_tentry(struct ip_fw_chain *ch, uint16_t kidx, ta_foreach_f *f, void *arg) argument
3022 uint16_t kidx; local
3230 uint16_t kidx; local
3259 uint16_t kidx; local
[all...]
H A Dip_fw_table_value.c159 ptv->pval = &pval[ptv->no.kidx];
160 ptv->no.name = (char *)&pval[ptv->no.kidx];
246 * Drops reference for table value with index @kidx, stored in @pval and
251 uint32_t kidx)
255 KASSERT(pval[kidx].refcnt > 0, ("Refcount is 0 on kidx %d", kidx));
256 if (--pval[kidx].refcnt > 0)
260 ptvl = (struct table_val_link *)ipfw_objhash_lookup_kidx(vi, kidx);
261 KASSERT(ptvl != NULL, ("lookup on value kidx
250 unref_table_value(struct namedobj_instance *vi, struct table_value *pval, uint32_t kidx) argument
[all...]
H A Dip_fw_dynamic.c172 uint16_t kidx; /* named object index */ member in struct:dyn_ipv4_state
197 uint16_t kidx; /* named object index */ member in struct:dyn_ipv6_state
645 DYN_DEBUG("kidx %d", idx);
683 * Just return its kidx and bump refcount.
685 *pkidx = no->kidx;
689 DYN_DEBUG("\tfound kidx %d", *pkidx);
692 if (ipfw_objhash_alloc_idx(ni, &obj->no.kidx) != 0) {
699 SRV_OBJECT(ch, obj->no.kidx) = obj;
701 *pkidx = obj->no.kidx;
703 DYN_DEBUG("\tcreated kidx
1080 dyn_lookup_ipv4_state_locked(const struct ipfw_flow_id *pkt, const void *ulp, int pktlen, uint32_t bucket, uint16_t kidx) argument
1228 dyn_lookup_ipv6_state_locked(const struct ipfw_flow_id *pkt, uint32_t zoneid, const void *ulp, int pktlen, uint32_t bucket, uint16_t kidx) argument
1508 dyn_alloc_ipv4_state(const struct ipfw_flow_id *pkt, uint16_t kidx, uint8_t type) argument
1535 dyn_add_ipv4_parent(void *rule, uint32_t ruleid, uint16_t rulenum, const struct ipfw_flow_id *pkt, uint32_t hashval, uint32_t version, uint16_t kidx) argument
1588 dyn_add_ipv4_state(void *parent, uint32_t ruleid, uint16_t rulenum, const struct ipfw_flow_id *pkt, const void *ulp, int pktlen, uint32_t hashval, struct ipfw_dyn_info *info, uint16_t fibnum, uint16_t kidx, uint8_t type) argument
1638 dyn_alloc_ipv6_state(const struct ipfw_flow_id *pkt, uint32_t zoneid, uint16_t kidx, uint8_t type) argument
1666 dyn_add_ipv6_parent(void *rule, uint32_t ruleid, uint16_t rulenum, const struct ipfw_flow_id *pkt, uint32_t zoneid, uint32_t hashval, uint32_t version, uint16_t kidx) argument
1719 dyn_add_ipv6_state(void *parent, uint32_t ruleid, uint16_t rulenum, const struct ipfw_flow_id *pkt, uint32_t zoneid, const void *ulp, int pktlen, uint32_t hashval, struct ipfw_dyn_info *info, uint16_t fibnum, uint16_t kidx, uint8_t type) argument
1769 dyn_get_parent_state(const struct ipfw_flow_id *pkt, uint32_t zoneid, struct ip_fw *rule, uint32_t hashval, uint32_t limit, uint16_t kidx) argument
1861 dyn_install_state(const struct ipfw_flow_id *pkt, uint32_t zoneid, uint16_t fibnum, const void *ulp, int pktlen, struct ip_fw *rule, struct ipfw_dyn_info *info, uint32_t limit, uint16_t limit_mask, uint16_t kidx, uint8_t type) argument
2131 dyn_acquire_rule(struct ip_fw_chain *ch, struct dyn_data *data, struct ip_fw *rule, uint16_t kidx) argument
2158 dyn_release_rule(struct ip_fw_chain *ch, struct dyn_data *data, struct ip_fw *rule, uint16_t kidx) argument
2933 dyn_export_parent(const struct dyn_parent *p, uint16_t kidx, uint8_t set, ipfw_dyn_rule *dst) argument
2965 dyn_export_data(const struct dyn_data *data, uint16_t kidx, uint8_t type, uint8_t set, ipfw_dyn_rule *dst) argument
[all...]
H A Dip_fw_private.h193 ((p)->kidx != 0 && (p)->kidx != (cmd)->arg1))
196 (p)->kidx = 0; \
200 uint16_t kidx; /* state name kidx */ member in struct:ipfw_dyn_info
337 uint16_t kidx; /* value kernel index */ member in struct:table_value
352 uint16_t kidx; /* object kernel index */ member in struct:named_object
480 uint16_t kidx; /* kernel object index */ member in struct:obj_idx
593 uint16_t kidx);
613 * COUNT_ONE used to count number of references used by object with kidx `se
[all...]
H A Dip_fw_sockopt.c168 static int export_objhash_ntlv(struct namedobj_instance *ni, uint16_t kidx,
588 cmdif->p.kidx = (uint16_t)cmdif->p.glob;
674 cmdif->p.glob = cmdif->p.kidx;
961 * @set used to pass kidx.
972 /* @set used to pass kidx */
990 /* @set used to pass kidx */
1098 uint16_t kidx; local
1113 rw = find_op_rw(cmd, &kidx, NULL);
1122 if (rw->manage_sets(ch, kidx, 1, COUNT_ONE) != 0)
1140 rw = find_op_rw(cmd, &kidx, NUL
2260 export_objhash_ntlv(struct namedobj_instance *ni, uint16_t kidx, struct sockopt_data *sd) argument
2359 ipfw_mark_object_kidx(uint32_t *bmask, uint16_t etlv, uint16_t kidx) argument
2387 uint16_t kidx; local
2557 uint16_t kidx; local
2616 uint16_t kidx, uidx; local
2698 uint16_t kidx; local
4522 ipfw_objhash_lookup_kidx(struct namedobj_instance *ni, uint16_t kidx) argument
[all...]
H A Dip_fw_table.h183 int ipfw_export_table_ntlv(struct ip_fw_chain *ch, uint16_t kidx,
193 int ipfw_foreach_table_tentry(struct ip_fw_chain *ch, uint16_t kidx,
H A Dip_fw_table_algo.c534 tent->v.kidx = n->value;
542 tent->v.kidx = xn->value;
1385 tent->v.kidx = ent->value;
1391 tent->v.kidx = ent->value;
1908 uint16_t kidx; member in struct:ifidx
1989 if (key < ifidx->kidx)
1991 else if (key > ifidx->kidx)
2391 ifi.kidx = ifindex;
2526 tent->v.kidx = ife->value;
2982 tent->v.kidx
[all...]
/freebsd-current/sys/netpfil/ipfw/nat64/
H A Dnat64clat.c66 uint32_t kidx)
75 plog->rulenr = htonl(kidx);
104 nat64clat_log(logdata, m, AF_INET, cfg->no.kidx);
136 nat64clat_log(logdata, m, AF_INET6, cfg->no.kidx);
196 nat64clat_log(logdata, m, AF_INET6, cfg->no.kidx);
65 nat64clat_log(struct pfloghdr *plog, struct mbuf *m, sa_family_t family, uint32_t kidx) argument
H A Dnat64stl.c65 uint32_t kidx)
74 plog->rulenr = htonl(kidx);
105 nat64stl_log(logdata, m, AF_INET, cfg->no.kidx);
138 nat64stl_log(logdata, m, AF_INET6, cfg->no.kidx);
196 nat64stl_log(logdata, m, AF_INET6, cfg->no.kidx);
64 nat64stl_log(struct pfloghdr *plog, struct mbuf *m, sa_family_t family, uint32_t kidx) argument
H A Dnat64stl_control.c147 if (ipfw_objhash_alloc_idx(CHAIN_TO_SRV(ch), &cfg->no.kidx) != 0)
222 SRV_OBJECT(ch, cfg->no.kidx) = cfg;
228 ipfw_objhash_free_idx(ni, cfg->no.kidx);
305 ipfw_objhash_free_idx(CHAIN_TO_SRV(ch), cfg->no.kidx);
342 ipfw_reset_eaction_instance(ch, V_nat64stl_eid, cfg->no.kidx);
343 SRV_OBJECT(ch, cfg->no.kidx) = NULL;
576 cfg = (struct nat64stl_cfg *)SRV_OBJECT(ch, no->kidx);
577 SRV_OBJECT(ch, no->kidx) = NULL;
H A Dnat64clat_control.c190 if (ipfw_objhash_alloc_idx(ni, &cfg->no.kidx) != 0) {
197 SRV_OBJECT(ch, cfg->no.kidx) = cfg;
302 ipfw_objhash_free_idx(CHAIN_TO_SRV(ch), cfg->no.kidx);
337 ipfw_reset_eaction_instance(ch, V_nat64clat_eid, cfg->no.kidx);
338 SRV_OBJECT(ch, cfg->no.kidx) = NULL;
571 cfg = (struct nat64clat_cfg *)SRV_OBJECT(ch, no->kidx);
572 SRV_OBJECT(ch, no->kidx) = NULL;
H A Dnat64lsn_control.c194 if (ipfw_objhash_alloc_idx(CHAIN_TO_SRV(ch), &cfg->no.kidx) != 0) {
202 SRV_OBJECT(ch, cfg->no.kidx) = cfg;
216 ipfw_objhash_free_idx(CHAIN_TO_SRV(ch), cfg->no.kidx);
250 ipfw_reset_eaction_instance(ch, V_nat64lsn_eid, cfg->no.kidx);
251 SRV_OBJECT(ch, cfg->no.kidx) = NULL;
898 cfg = (struct nat64lsn_cfg *)SRV_OBJECT(ch, no->kidx);
899 SRV_OBJECT(ch, no->kidx) = NULL;
/freebsd-current/sys/contrib/dev/rtw89/
H A Drtw8852c_rfk.c1908 u8 kidx = dpk->cur_idx[path]; local
1910 dpk->bp[path][kidx].band = chan->band_type;
1911 dpk->bp[path][kidx].ch = chan->channel;
1912 dpk->bp[path][kidx].bw = chan->band_width;
1919 dpk->bp[path][kidx].band == 0 ? "2G" :
1920 dpk->bp[path][kidx].band == 1 ? "5G" : "6G",
1921 dpk->bp[path][kidx].ch,
1922 dpk->bp[path][kidx].bw == 0 ? "20M" :
1923 dpk->bp[path][kidx].bw == 1 ? "40M" : "80M");
2058 enum rtw89_rf_path path, u8 kidx)
2057 _dpk_rf_setting(struct rtw89_dev *rtwdev, u8 gain, enum rtw89_rf_path path, u8 kidx) argument
2100 _dpk_tpg_sel(struct rtw89_dev *rtwdev, enum rtw89_rf_path path, u8 kidx) argument
2123 _dpk_sync_check(struct rtw89_dev *rtwdev, enum rtw89_rf_path path, u8 kidx) argument
2223 _dpk_gainloss(struct rtw89_dev *rtwdev, enum rtw89_phy_idx phy, enum rtw89_rf_path path, u8 kidx) argument
2280 _dpk_kip_set_rxagc(struct rtw89_dev *rtwdev, enum rtw89_phy_idx phy, enum rtw89_rf_path path, u8 kidx) argument
2317 _dpk_agc(struct rtw89_dev *rtwdev, enum rtw89_phy_idx phy, enum rtw89_rf_path path, u8 kidx, u8 init_xdbm, u8 loss_only) argument
2447 _dpk_idl_mpa(struct rtw89_dev *rtwdev, enum rtw89_phy_idx phy, enum rtw89_rf_path path, u8 kidx) argument
2529 _dpk_kip_preset_8852c(struct rtw89_dev *rtwdev, enum rtw89_phy_idx phy, enum rtw89_rf_path path, u8 kidx) argument
2550 _dpk_para_query(struct rtw89_dev *rtwdev, enum rtw89_rf_path path, u8 kidx) argument
2567 _dpk_gain_normalize_8852c(struct rtw89_dev *rtwdev, enum rtw89_phy_idx phy, enum rtw89_rf_path path, u8 kidx, bool is_execute) argument
2614 _dpk_on(struct rtw89_dev *rtwdev, enum rtw89_phy_idx phy, enum rtw89_rf_path path, u8 kidx) argument
2640 u8 kidx = dpk->cur_idx[path]; local
2677 u8 kidx = dpk->cur_idx[path]; local
2816 u8 val, kidx = dpk->cur_idx[path]; local
2831 u8 path, kidx; local
[all...]
H A Drtw8852b_rfk.c1702 u8 val, kidx = dpk->cur_idx[path]; local
1704 val = dpk->is_dpk_enable && !off && dpk->bp[path][kidx].path_ok;
1706 rtw89_phy_write32_mask(rtwdev, R_DPD_CH0A + (path << 8) + (kidx << 2),
1710 kidx, dpk->is_dpk_enable && !off ? "enable" : "disable");
1768 u8 kidx = dpk->cur_idx[path]; local
1770 dpk->bp[path][kidx].band = chan->band_type;
1771 dpk->bp[path][kidx].ch = chan->channel;
1772 dpk->bp[path][kidx].bw = chan->band_width;
1779 dpk->bp[path][kidx].band == 0 ? "2G" :
1780 dpk->bp[path][kidx]
1885 _dpk_get_thermal(struct rtw89_dev *rtwdev, u8 kidx, enum rtw89_rf_path path) argument
1901 _dpk_rf_setting(struct rtw89_dev *rtwdev, u8 gain, enum rtw89_rf_path path, u8 kidx) argument
1955 _dpk_tpg_sel(struct rtw89_dev *rtwdev, enum rtw89_rf_path path, u8 kidx) argument
1971 _dpk_table_select(struct rtw89_dev *rtwdev, enum rtw89_rf_path path, u8 kidx, u8 gain) argument
1983 _dpk_sync_check(struct rtw89_dev *rtwdev, enum rtw89_rf_path path, u8 kidx) argument
2025 _dpk_sync(struct rtw89_dev *rtwdev, enum rtw89_phy_idx phy, enum rtw89_rf_path path, u8 kidx) argument
2102 _dpk_gainloss(struct rtw89_dev *rtwdev, enum rtw89_phy_idx phy, enum rtw89_rf_path path, u8 kidx) argument
2109 _dpk_kip_preset(struct rtw89_dev *rtwdev, enum rtw89_phy_idx phy, enum rtw89_rf_path path, u8 kidx) argument
2217 _dpk_agc(struct rtw89_dev *rtwdev, enum rtw89_phy_idx phy, enum rtw89_rf_path path, u8 kidx, u8 init_txagc, bool loss_only) argument
2364 _dpk_idl_mpa(struct rtw89_dev *rtwdev, enum rtw89_phy_idx phy, enum rtw89_rf_path path, u8 kidx, u8 gain) argument
2378 _dpk_fill_result(struct rtw89_dev *rtwdev, enum rtw89_phy_idx phy, enum rtw89_rf_path path, u8 kidx, u8 gain, u8 txagc) argument
2448 u8 txagc = 0x38, kidx = dpk->cur_idx[path]; local
2598 u8 path, kidx; local
[all...]
H A Drtw8851b_rfk.c1726 u8 kidx = dpk->cur_idx[path]; local
1730 val = dpk->is_dpk_enable * off_reverse * dpk->bp[path][kidx].path_ok;
1732 rtw89_phy_write32_mask(rtwdev, R_DPD_CH0A + (path << 8) + (kidx << 2),
1736 kidx, val == 0 ? "disable" : "enable");
1743 u8 kidx = dpk->cur_idx[path]; local
1745 dpk->bp[path][kidx].path_ok = 0;
1754 u8 kidx = dpk->cur_idx[path]; local
1756 dpk->bp[path][kidx].band = chan->band_type;
1757 dpk->bp[path][kidx].ch = chan->band_width;
1758 dpk->bp[path][kidx]
1826 _dpk_tpg_sel(struct rtw89_dev *rtwdev, enum rtw89_rf_path path, u8 kidx) argument
1878 _dpk_kip_preset(struct rtw89_dev *rtwdev, enum rtw89_phy_idx phy, enum rtw89_rf_path path, u8 kidx) argument
1910 _dpk_para_query(struct rtw89_dev *rtwdev, enum rtw89_rf_path path, u8 kidx) argument
1937 _dpk_sync_check(struct rtw89_dev *rtwdev, enum rtw89_rf_path path, u8 kidx) argument
2001 _dpk_kip_set_rxagc(struct rtw89_dev *rtwdev, enum rtw89_phy_idx phy, enum rtw89_rf_path path, u8 kidx) argument
2059 _dpk_rf_setting(struct rtw89_dev *rtwdev, enum rtw89_rf_path path, u8 kidx) argument
2114 _dpk_gainloss(struct rtw89_dev *rtwdev, enum rtw89_phy_idx phy, enum rtw89_rf_path path, u8 kidx) argument
2172 _dpk_agc(struct rtw89_dev *rtwdev, enum rtw89_phy_idx phy, enum rtw89_rf_path path, u8 kidx, u8 init_xdbm, u8 loss_only) argument
2311 _dpk_idl_mpa(struct rtw89_dev *rtwdev, enum rtw89_phy_idx phy, enum rtw89_rf_path path, u8 kidx) argument
2356 _dpk_gain_normalize(struct rtw89_dev *rtwdev, enum rtw89_phy_idx phy, enum rtw89_rf_path path, u8 kidx, bool is_execute) argument
2388 _dpk_on(struct rtw89_dev *rtwdev, enum rtw89_phy_idx phy, enum rtw89_rf_path path, u8 kidx) argument
2414 u8 kidx = dpk->cur_idx[path]; local
2523 u8 path, kidx; local
[all...]
H A Drtw8852a_rfk.c1856 u8 kidx = dpk->cur_idx[path]; local
1858 dpk->bp[path][kidx].band = chan->band_type;
1859 dpk->bp[path][kidx].ch = chan->channel;
1860 dpk->bp[path][kidx].bw = chan->band_width;
1867 dpk->bp[path][kidx].band == 0 ? "2G" :
1868 dpk->bp[path][kidx].band == 1 ? "5G" : "6G",
1869 dpk->bp[path][kidx].ch,
1870 dpk->bp[path][kidx].bw == 0 ? "20M" :
1871 dpk->bp[path][kidx].bw == 1 ? "40M" : "80M");
1937 enum rtw89_rf_path path, u8 kidx)
1936 _dpk_kip_setting(struct rtw89_dev *rtwdev, enum rtw89_rf_path path, u8 kidx) argument
2013 _dpk_get_thermal(struct rtw89_dev *rtwdev, u8 kidx, enum rtw89_rf_path path) argument
2035 _dpk_rf_setting(struct rtw89_dev *rtwdev, u8 gain, enum rtw89_rf_path path, u8 kidx) argument
2117 _dpk_tpg_sel(struct rtw89_dev *rtwdev, enum rtw89_rf_path path, u8 kidx) argument
2133 _dpk_table_select(struct rtw89_dev *rtwdev, enum rtw89_rf_path path, u8 kidx, u8 gain) argument
2188 _dpk_sync(struct rtw89_dev *rtwdev, enum rtw89_phy_idx phy, enum rtw89_rf_path path, u8 kidx) argument
2243 _dpk_gainloss(struct rtw89_dev *rtwdev, enum rtw89_phy_idx phy, enum rtw89_rf_path path, u8 kidx) argument
2323 _dpk_agc(struct rtw89_dev *rtwdev, enum rtw89_phy_idx phy, enum rtw89_rf_path path, u8 kidx, u8 init_txagc, bool loss_only) argument
2477 _dpk_idl_mpa(struct rtw89_dev *rtwdev, enum rtw89_phy_idx phy, enum rtw89_rf_path path, u8 kidx, u8 gain) argument
2485 _dpk_fill_result(struct rtw89_dev *rtwdev, enum rtw89_rf_path path, u8 kidx, u8 gain, u8 txagc) argument
2551 u8 txagc = 0, kidx = dpk->cur_idx[path]; local
2702 u8 val, kidx = dpk->cur_idx[path]; local
2717 u8 path, kidx; local
[all...]
/freebsd-current/sys/netpfil/ipfw/nptv6/
H A Dnptv6.c579 cfg = (struct nptv6_cfg *)SRV_OBJECT(ch, no->kidx);
702 if (ipfw_objhash_alloc_idx(ni, &cfg->no.kidx) != 0) {
708 SRV_OBJECT(ch, cfg->no.kidx) = cfg;
748 ipfw_reset_eaction_instance(ch, V_nptv6_eid, cfg->no.kidx);
749 SRV_OBJECT(ch, cfg->no.kidx) = NULL;
751 ipfw_objhash_free_idx(CHAIN_TO_SRV(ch), cfg->no.kidx);
963 NPTV6_DEBUG("kidx %u -> %s", idx, no->name);
998 cfg = (struct nptv6_cfg *)SRV_OBJECT(ch, no->kidx);
999 SRV_OBJECT(ch, no->kidx) = NULL;
1001 ipfw_objhash_free_idx(ni, cfg->no.kidx);
[all...]
/freebsd-current/sys/dev/usb/wlan/
H A Dif_rumreg.h52 #define RT2573_SKEY(vap, kidx) (0x1000 + ((vap) * RT2573_SKEY_MAX + \
53 (kidx)) * KEY_SIZE)
H A Dif_runreg.h194 #define RT2860_SKEY(vap, kidx) (0x6c00 + (vap) * 128 + (kidx) * 32)
/freebsd-current/sys/netinet/
H A Dip_fw.h437 uint16_t kidx; member in union:_ipfw_insn_if::__anon11
744 u_int16_t kidx; /* index of named object */ member in struct:_ipfw_dyn_rule
906 uint16_t kidx; /* value kernel index */ member in struct:_ipfw_table_value
934 uint32_t kidx; /* value kernel index */ member in union:_ipfw_obj_tentry::__anon17
1014 uint32_t kidx; /* kernel index */ member in struct:_ipfw_xtable_info
/freebsd-current/sbin/ipfw/
H A Dtables.c804 printf(" kindex: %d, type: %s, locked\n", i->kidx, ttype);
806 printf(" kindex: %d, type: %s\n", i->kidx, ttype);
2051 if (a->kidx < b->kidx)
2053 else if (a->kidx > b->kidx)
2081 printf("[%u] refs=%lu %s\n", v->kidx, (u_long)v->refcnt, buf);
H A Dipfw2.c1706 insntod(cmd, if)->p.kidx));
2463 if (d->kidx != 0)
2465 d->kidx, IPFW_TLV_STATE_NAME));
3570 cmd->p.kidx = uidx;
5791 printf(" kidx: %4d\ttype: %10d\tname: %s\n",
5794 printf(" kidx: %4d\ttype: %10s\tname: %s\n",
/freebsd-current/sys/dev/ral/
H A Drt2860reg.h197 #define RT2860_SKEY(vap, kidx) (0x6c00 + (vap) * 128 + (kidx) * 32)
/freebsd-current/sys/dev/bwn/
H A Dif_bwn.c4771 uint16_t kidx, value; local
4773 kidx = BWN_SEC_KEY2FW(mac, index);
4775 BWN_SHARED_KEYIDX_BLOCK + (kidx * 2), (kidx << 4) | algorithm);

Completed in 479 milliseconds

12