Home
last modified time | relevance | path

Searched refs:rfc (Results 1 – 15 of 15) sorted by relevance

/titanic_50/usr/src/lib/print/libpapi-lpd/
H A DMakefile.com40 EXTRALINKS= $(ROOTLIBDIR)/psm-rfc-1179.so
/titanic_50/usr/src/uts/common/io/igb/
H A Digb_stat.c128 igb_ks->rfc.value.ul += E1000_READ_REG(hw, E1000_RFC); in igb_update_stats()
241 kstat_named_init(&igb_ks->rfc, "recv_frag", in igb_init_stats()
H A Digb_sw.h777 kstat_named_t rfc; /* Receive Frag Count */ member
/titanic_50/usr/src/uts/common/zmod/
H A DTHIRDPARTYLICENSE26 * Comments) 1950 to 1952 in the files ftp://ds.internic.net/rfc/rfc1950.txt
/titanic_50/usr/src/pkg/manifests/
H A Dlibrary-print-open-printing-lpd.mf46 link path=usr/lib/print/psm-rfc-1179.so target=./psm-lpd.so
/titanic_50/usr/src/lib/print/libpapi-lpd/common/
H A Dlpd-job.c50 static struct { char *mime; char rfc; } cvt[] = { in mime_type_to_rfc1179_type() member
71 result = cvt[i].rfc; in mime_type_to_rfc1179_type()
/titanic_50/usr/src/uts/common/io/ixgbe/
H A Dixgbe_stat.c207 ixgbe_ks->rfc.value.ui64 += IXGBE_READ_REG(hw, IXGBE_RFC); in ixgbe_update_stats()
459 kstat_named_init(&ixgbe_ks->rfc, "recv_fragment", in ixgbe_init_stats()
H A Dixgbe_sw.h812 kstat_named_t rfc; /* Receive Frag Count */ member
/titanic_50/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c5079 ns_rfc_type_t *rfc; in fctl_update_host_ns_values() local
5081 rfc = (ns_rfc_type_t *)ns_req->ns_req_payload; in fctl_update_host_ns_values()
5085 dst = (uint32_t *)rfc->rfc_types; in fctl_update_host_ns_values()
5168 ns_rfc_type_t *rfc; in fctl_retrieve_host_ns_values() local
5170 rfc = (ns_rfc_type_t *)ns_req->ns_resp_payload; in fctl_retrieve_host_ns_values()
5173 bcopy(port->fp_fc4_types, rfc->rfc_types, in fctl_retrieve_host_ns_values()
5174 sizeof (rfc->rfc_types)); in fctl_retrieve_host_ns_values()
H A Dfp.c5456 ns_rfc_type_t rfc; in fp_ns_reg() local
5469 bcopy(port->fp_fc4_types, rfc.rfc_types, in fp_ns_reg()
5474 bcopy(pd->pd_fc4types, rfc.rfc_types, in fp_ns_reg()
5478 rfc.rfc_port_id = s_id; in fp_ns_reg()
5480 FC_SET_CMD(port, pkt->pkt_cmd_acc, (uint8_t *)&rfc, in fp_ns_reg()
5482 sizeof (rfc), DDI_DEV_AUTOINCR); in fp_ns_reg()
/titanic_50/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcip.c4629 ns_rfc_type_t rfc; in fcip_port_ns() local
4645 bzero(&rfc, sizeof (rfc)); in fcip_port_ns()
4651 rfc.rfc_port_id.port_id = fport->fcipp_sid.port_id; in fcip_port_ns()
4652 bcopy(types, rfc.rfc_types, sizeof (types)); in fcip_port_ns()
4656 ns_cmd.ns_req_len = sizeof (rfc); in fcip_port_ns()
4657 ns_cmd.ns_req_payload = (caddr_t)&rfc; in fcip_port_ns()
H A Dfcp.c9714 ns_rfc_type_t rfc; in fcp_do_ns_registry() local
9722 bzero(&rfc, sizeof (rfc)); in fcp_do_ns_registry()
9728 rfc.rfc_port_id.port_id = s_id; in fcp_do_ns_registry()
9729 bcopy(types, rfc.rfc_types, sizeof (types)); in fcp_do_ns_registry()
9733 ns_cmd.ns_req_len = sizeof (rfc); in fcp_do_ns_registry()
9734 ns_cmd.ns_req_payload = (caddr_t)&rfc; in fcp_do_ns_registry()
/titanic_50/usr/src/uts/common/io/e1000api/
H A De1000_hw.h553 u64 rfc; member
/titanic_50/usr/src/grub/grub-0.97/netboot/
H A De1000_hw.h865 uint64_t rfc; member
/titanic_50/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_type.h3588 u64 rfc; member