Searched refs:pf (Results 126 - 150 of 218) sorted by relevance

123456789

/freebsd-current/crypto/openssl/crypto/sha/asm/
H A Dsha512-mips.pl85 $pf = ($flavour =~ /nubi/i) ? $t0 : $t2;
328 .cpload $pf
355 .cpsetup $pf,$zero,sha${label}_block_data_order
/freebsd-current/sys/dev/pci/
H A Dpci_iov_schema.c914 const nvlist_t *pf, *iov; local
916 pf = nvlist_get_nvlist(config, PF_CONFIG_NAME);
917 iov = nvlist_get_nvlist(pf, IOV_CONFIG_NAME);
/freebsd-current/sys/dev/cxgbe/
H A Dt4_netmap.c235 V_TXPKT_INTF(pi->tx_chan) | V_TXPKT_PF(sc->pf) |
298 F_FW_CMD_WRITE | F_FW_CMD_EXEC | V_FW_IQ_CMD_PFN(sc->pf) |
395 rc = -t4_iq_free(sc, sc->mbox, sc->pf, 0, FW_IQ_TYPE_FL_INT_CAP,
421 F_FW_CMD_WRITE | F_FW_CMD_EXEC | V_FW_EQ_ETH_CMD_PFN(sc->pf) |
486 rc = -t4_set_params(sc, sc->mbox, sc->pf, 0, 1, &param, &val);
504 rc = -t4_eth_eq_free(sc, sc->mbox, sc->pf, 0, nm_txq->cntxt_id);
806 rc = -t4_eth_eq_stop(sc, sc->mbox, sc->pf, 0, nm_txq->cntxt_id);
828 rc = -t4_iq_stop(sc, sc->mbox, sc->pf, 0, FW_IQ_TYPE_FL_INT_CAP,
H A Dt4_main.c1285 sc->pf = chip_id(sc) <= CHELSIO_T5 ? G_SOURCEPF(j) : G_T6_SOURCEPF(j);
1286 sc->mbox = sc->pf;
1387 rc = -t4_port_init(sc, sc->mbox, sc->pf, 0, i);
1808 t4_free_vi(sc, sc->mbox, sc->pf, 0, pi->vi[0].viid);
2320 rc = -t4_port_init(sc, sc->mbox, sc->pf, 0, i);
3531 rc = t4_alloc_vi_func(sc, sc->mbox, pi->tx_chan, sc->pf, 0, 1,
3556 rc = t4_query_params(sc, sc->mbox, sc->pf, 0, 1, &param, &val);
3589 t4_free_vi(sc, sc->mbox, sc->pf, 0, vi->viid);
3606 t4_free_vi(sc, sc->mbox, sc->pf, 0, vi->viid);
3858 uint32_t pf; local
12868 uint32_t base, i, j, off, pf, reg, save, tcb_addr, win_pos; local
[all...]
/freebsd-current/lib/libpfctl/
H A Dlibpfctl.h35 #include <netpfil/pf/pf.h>
388 #define PF_DEVICE "/dev/pf"
/freebsd-current/sys/dev/bnxt/bnxt_en/
H A Dbnxt_hwrm.c1168 struct bnxt_pf_info *pf = &softc->pf; local
1170 pf->port_id = le16toh(resp->port_id);
1171 pf->first_vf_id = le16toh(resp->first_vf_id);
1172 pf->max_vfs = le16toh(resp->max_vfs);
1173 pf->max_encap_records = le32toh(resp->max_encap_records);
1174 pf->max_decap_records = le32toh(resp->max_decap_records);
1175 pf->max_tx_em_flows = le32toh(resp->max_tx_em_flows);
1176 pf->max_tx_wm_flows = le32toh(resp->max_tx_wm_flows);
1177 pf
[all...]
/freebsd-current/sys/dev/usb/
H A Dusb_device.h125 const struct usb_hw_ep_profile *pf; member in struct:usb_hw_ep_scratch_sub
/freebsd-current/sys/net/altq/
H A Daltq_fairq.c109 #include <netpfil/pf/pf.h>
110 #include <netpfil/pf/pf_altq.h>
111 #include <netpfil/pf/pf_mtag.h>
/freebsd-current/tests/sys/netpfil/common/
H A Dnat.sh71 "pf" \
244 pf \
/freebsd-current/sys/dev/cxgbe/cudbg/
H A Dcudbg_lib.c1692 int pf, rc; local
1705 for (pf = 0; pf < 8; pf++) {
1706 pfconf[pf].rss_pf_map = rss_pf_map;
1707 pfconf[pf].rss_pf_mask = rss_pf_mask;
1709 t4_read_rss_pf_config(padap, pf, &pfconf[pf].rss_pf_config, 1);
3297 u32 mbox, pf; local
3345 pf
[all...]
/freebsd-current/sys/amd64/amd64/
H A Dtrap.c220 int pf, signo, ucode; local
382 pf = trap_pfault(frame, true, &signo, &ucode);
383 if (pf == -1)
385 if (pf == 0)
/freebsd-current/libexec/rc/rc.d/
H A DMakefile71 pf \
/freebsd-current/sys/dev/qlnx/qlnxe/
H A Decore_mcp.h394 u32 pf; member in struct:ecore_mdump_retain_data
/freebsd-current/libexec/ftpd/
H A Dftpcmd.y310 int pf;
313 pf = PF_INET;
317 pf = PF_INET6;
321 pf = -1; /*junk value*/
324 long_passive("EPSV", pf);
H A Dftpd.c2921 long_passive(char *cmd, int pf)
2930 if (pf != PF_UNSPEC) {
2931 if (ctrl_addr.su_family != pf) {
2934 pf = 1;
2937 pf = 2;
2940 pf = 0;
2947 if (strcmp(cmd, "EPSV") == 0 && pf) {
2949 "use (%d)", pf);
/freebsd-current/sys/netpfil/pf/
H A Dpf.c37 * $OpenBSD: pf.c,v 1.634 2009/02/27 12:37:45 henning Exp $
121 SDT_PROVIDER_DEFINE(pf); variable
122 SDT_PROBE_DEFINE4(pf, ip, test, done, "int", "int", "struct pf_krule *",
124 SDT_PROBE_DEFINE4(pf, ip, test6, done, "int", "int", "struct pf_krule *",
126 SDT_PROBE_DEFINE5(pf, ip, state, lookup, "struct pfi_kkif *",
129 SDT_PROBE_DEFINE2(pf, ip, , bound_iface, "struct pf_kstate *",
131 SDT_PROBE_DEFINE4(pf, sctp, multihome, test, "struct pfi_kkif *",
133 SDT_PROBE_DEFINE2(pf, sctp, multihome, add, "uint32_t",
135 SDT_PROBE_DEFINE3(pf, sctp, multihome, remove, "uint32_t",
138 SDT_PROBE_DEFINE3(pf, et
[all...]
H A Dif_pflog.c299 * Detach after pf is gone; otherwise we might touch pflog memory
300 * from within pf after freeing pflog.
333 /* Do not run before pf is initialized as we depend on its locks. */
336 MODULE_DEPEND(pflog, pf, PF_MODVER, PF_MODVER, PF_MODVER);
/freebsd-current/contrib/ntp/libntp/lib/isc/
H A Dsockaddr.c299 isc_sockaddr_anyofpf(isc_sockaddr_t *sockaddr, int pf) { argument
300 switch (pf) {
/freebsd-current/sys/dev/qat/qat_common/
H A Dadf_init.c473 if (accel_dev->is_vf || !accel_dev->u1.pf.vf_info) {
543 if (accel_dev->is_vf || !accel_dev->u1.pf.vf_info) {
/freebsd-current/sys/dev/ixgbe/
H A Dixgbe.h444 struct ixgbe_hw_stats pf; member in union:ixgbe_softc::__anon2879
/freebsd-current/sys/dev/qat/qat_hw/qat_dh895xcc/
H A Dadf_dh895xcc_hw_data.c239 accel_dev->u1.pf.vf_info ?
/freebsd-current/sys/dev/usb/controller/
H A Datmegadci.c1952 const struct usb_hw_ep_profile *pf; local
1997 atmegadci_get_hw_ep_profile(parm->udev, &pf, ep_no);
1999 if (pf == NULL) {
2017 if (pf->support_multi_buffer) {
/freebsd-current/sys/dev/e1000/
H A De1000_82575.h394 void e1000_vmdq_set_anti_spoofing_pf(struct e1000_hw *hw, bool enable, int pf);
/freebsd-current/tests/sys/netpfil/pf/
H A Daltq.sh216 $(atf_get_srcdir)/../pf/echo_inetd.conf
/freebsd-current/sbin/ipfw/
H A Ddummynet.c1286 struct dn_profile *pf = NULL; local
1728 NEED((!pf), "profile already set");
1732 pf = o_next(&buf, sizeof(*pf), DN_PROFILE);
1733 load_extra_delays(av[0], pf, p); //XXX can't fail?

Completed in 375 milliseconds

123456789