Searched refs:mac_addr_idx (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/sys/dev/cxgb/
H A Dcxgb_ioctl.h234 uint16_t mac_addr_idx; member in struct:ch_filter
H A Dcxgb_main.c3014 (f->mac_addr_idx != 0xffff && f->mac_addr_idx > 15) ||
3036 p->mac_vld = f->mac_addr_idx != 0xffff;
3037 p->mac_idx = f->mac_addr_idx;
3113 f->mac_addr_idx = p->mac_vld ? p->mac_idx : 0xffff;
/freebsd-10-stable/tools/tools/cxgbtool/
H A Dcxgbtool.c1325 if (op.mac_addr_idx == 0xffff)
1328 printf("%1u/%3u ", (op.mac_addr_idx >> 3) & 0x1,
1329 (op.mac_addr_idx) & 0x7);
1331 printf("%1u/ * ", (op.mac_addr_idx >> 3) & 0x1);
1353 op.mac_addr_idx = 0xffff;
1406 op.mac_addr_idx = op.mac_hit ? val : 0;

Completed in 205 milliseconds