Searched refs:macidx (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/sys/dev/cxgb/common/
H A Dcxgb_xgmac.c39 static inline int macidx(const struct cmac *mac) function
77 t3_write_reg(adap, ctrl, adap->params.vpd.xauicfg[macidx(mac)] |
180 macidx(mac));
225 int idx = macidx(mac);
469 unsigned port_type = adap->params.vpd.port_type[macidx(mac)];
486 int err = t3_vsc8211_fifo_depth(adap,orig_mtu,macidx(mac));
638 int idx = macidx(mac);
732 active = macidx(mac) ? cfg & F_PORT1ACTIVE : cfg & F_PORT0ACTIVE;
736 A_TP_TX_DROP_CNT_CH0 + macidx(mac));
/freebsd-9.3-release/sys/dev/cxgbe/
H A Dt4_ioctl.h164 uint32_t macidx:9; /* exact match MAC index */ member in struct:t4_filter_tuple
H A Dt4_main.c6728 if (fs->val.macidx || fs->mask.macidx)
7140 htobe32(V_FW_FILTER_WR_MACI(f->fs.val.macidx) |
7141 V_FW_FILTER_WR_MACIM(f->fs.mask.macidx) |
/freebsd-9.3-release/tools/tools/cxgbetool/
H A Dcxgbetool.c742 printf(" %03x/%03x", t->fs.val.macidx,
743 t->fs.mask.macidx);
883 printf("macidx ");
923 if (!strcmp(argv[0], "macidx"))
1028 } else if (!parse_val_mask("macidx", args, &val, &mask)) {
1029 t.fs.val.macidx = val;
1030 t.fs.mask.macidx = mask;

Completed in 168 milliseconds