Lines Matching refs:portmask
39 unsigned int portmask; variable
145 parse_portmask(const char *portmask) in parse_portmask() argument
151 pm = strtoul(portmask, &end, 16); in parse_portmask()
152 if ((portmask[0] == '\0') || (end == NULL) || (*end != '\0')) in parse_portmask()
179 portmask = parse_portmask(optarg); in parse_args()
180 if (portmask == 0) { in parse_args()
234 if ((portmask & (1 << port_id)) == 0) in free_tx_buffers()
251 if ((portmask & (1 << port_id)) == 0) in configure_tx_buffers()
444 if ((portmask & (1 << port_id)) != 0) { in rx_thread()
567 if ((portmask & (1 << outp)) == 0) { in send_thread()
596 if ((portmask & (1 << outp1)) == 0) { in send_thread()
645 if ((portmask & (1 << outp)) == 0) { in tx_thread()
715 if ((portmask & (1 << port_id)) == 0) { in main()