Home
last modified time | relevance | path

Searched refs:fwcmd (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/dev/netif/oce/
H A Doce_mbox.c429 fwcmd->params.req.if_id = 0; in oce_read_mac_addr()
431 fwcmd->params.req.type = type; in oce_read_mac_addr()
545 fwcmd->params.req.version = 0; in oce_if_create()
692 fwcmd->tx_flow_control = 1; in oce_set_flow_control()
695 fwcmd->rx_flow_control = 1; in oce_set_flow_control()
792 read_random(fwcmd->params.req.hash, sizeof(fwcmd->params.req.hash), 1); in oce_config_nic_rss()
835 req = &fwcmd->params.req; in oce_rxf_set_promiscuous()
1435 fwcmd->flash_op_type = optype; in oce_mbox_write_flashrom()
1488 fwcmd->data_offset = offset; in oce_mbox_get_flashrom_crc()
1579 fwcmd->params.req.eof = 1; in oce_mbox_lancer_write_flashrom()
[all …]
H A Doce_queue.c372 struct mbx_delete_nic_wq *fwcmd; in oce_wq_del() local
379 fwcmd->params.req.wq_id = wq->wq_id; in oce_wq_del()
555 struct mbx_delete_nic_rq *fwcmd; in oce_rq_del() local
632 struct mbx_destroy_common_eq *fwcmd; in oce_eq_del() local
638 fwcmd->params.req.id = eq->eq_id; in oce_eq_del()
707 ctx = &fwcmd->params.req.context; in oce_mq_create()
777 struct mbx_destroy_common_mq *fwcmd; in oce_mq_free() local
788 fwcmd->params.req.id = mq->mq_id; in oce_mq_free()
931 struct mbx_destroy_common_cq *fwcmd; in oce_cq_del() local
938 fwcmd->params.req.id = cq->cq_id; in oce_cq_del()
[all …]
/dragonfly/etc/
H A Drc.firewall66 fwcmd="/sbin/ipfw -q"
69 fwcmd="/sbin/ipfw"
106 ${fwcmd} add pass all from any to any via lo0
125 ${fwcmd} add pass all from me to ${net}
126 ${fwcmd} add pass all from ${net} to me
138 ${fwcmd} add pass all from any to any frag
139 ${fwcmd} add pass tcp from me to any setup
140 ${fwcmd} add pass udp from me to any keep-state
151 ${fwcmd} add pass udp from any to me ${port}
171 ${fwcmd} add 65000 pass all from any to any
[all …]
/dragonfly/sbin/ip6fw/
H A Dsample.sh5 fwcmd=/sbin/ip6fw
7 $fwcmd -f flush
12 $fwcmd add 1000 pass all from any to any via lo0
18 $fwcmd add 2000 pass ipv6-icmp from ff02::/16 to ::
19 $fwcmd add 2100 pass ipv6-icmp from :: to ff02::/16
21 $fwcmd add 2300 pass ipv6-icmp from fe80::/10 to fe80::/10
22 $fwcmd add 2400 pass ipv6-icmp from fe80::/10 to ff02::/16
24 $fwcmd add 5000 pass tcp from any to any established
27 $fwcmd add 6000 pass udp from fe80::/10 521 to ff02::9 521
29 $fwcmd add 65000 pass log all from any to any