Home
last modified time | relevance | path

Searched refs:hdr_off (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Ddb21554.c316 db_pci_header_t *ph, off_t hdr_off);
1614 off_t hdr_off) in db_pci_get_header() argument
1623 hdr_off + PCI_CONF_SUBCLASS); in db_pci_get_header()
1625 hdr_off + PCI_CONF_BASCLASS); in db_pci_get_header()
1627 hdr_off + PCI_CONF_CACHE_LINESZ); in db_pci_get_header()
1629 hdr_off + PCI_CONF_LATENCY_TIMER); in db_pci_get_header()
1631 hdr_off + PCI_CONF_HEADER); in db_pci_get_header()
1640 hdr_off + PCI_CONF_CIS); in db_pci_get_header()
1642 hdr_off + PCI_CONF_SUBVENID); in db_pci_get_header()
1644 hdr_off + PCI_CONF_SUBSYSID); in db_pci_get_header()
[all …]
/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Dloop.c73 unsigned int hdr_off, unsigned int sg, in rdsv3_loop_xmit() argument
81 ASSERT(!(hdr_off || sg || off)); in rdsv3_loop_xmit()
H A Dib_send.c558 unsigned int hdr_off, unsigned int sg, unsigned int off) in rdsv3_ib_xmit() argument
581 ASSERT(!(hdr_off != 0 && hdr_off != sizeof (struct rdsv3_header))); in rdsv3_ib_xmit()
828 if (hdr_off == 0) in rdsv3_ib_xmit()
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb2_signing.c415 int hdr_off, msg_len; in smb2_sign_reply() local
436 hdr_off = sr->smb2_reply_hdr + SMB2_SIG_OFFS; in smb2_sign_reply()
437 (void) smb_mbc_poke(&sr->reply, hdr_off, "#c", in smb2_sign_reply()
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_log.c224 off64_t hdr_off, hdr_size; in fmd_log_check_hdr() local
230 if ((hdr_off = lseek64(lp->log_fd, 0, SEEK_CUR)) == -1L) in fmd_log_check_hdr()
315 lp->log_toc = hdr_off + hdr_size; in fmd_log_check_hdr()
316 lp->log_beg = hdr_off + hdr_size + ea_pack_object(grp, NULL, 0); in fmd_log_check_hdr()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlge/
H A Dqlge.c4903 hdr_off = ip_hdr_off; in ql_hw_csum_setup()
4905 hdr_off |= tcp_udp_hdr_off; in ql_hw_csum_setup()
4906 mac_iocb_ptr->hdr_off = in ql_hw_csum_setup()
4937 hdr_off = ip_hdr_off; in ql_hw_csum_setup()
4939 hdr_off |= tcp_udp_hdr_off; in ql_hw_csum_setup()
4940 mac_iocb_ptr->hdr_off = in ql_hw_csum_setup()
5240 hdr_off = ip_hdr_off; in ql_hw_lso_setup()
5242 hdr_off |= tcp_udp_hdr_off; in ql_hw_lso_setup()
5243 mac_iocb_ptr->hdr_off = in ql_hw_lso_setup()
5277 hdr_off = ip_hdr_off; in ql_hw_lso_setup()
[all …]
H A Dqlge_dbg.c584 le16_to_cpu(pkt->hdr_off)); in ql_dump_req_pkt()
/illumos-gate/usr/src/uts/intel/os/
H A Dfpu.c2171 size_t hdr_off; in fpu_proc_xregs_xsave_fill() local
2200 hdr_off = offsetof(prxregset_xsave_t, prx_xsh_xstate_bv); in fpu_proc_xregs_xsave_fill()
2201 bcopy((const void *)((uintptr_t)xsave + hdr_off), in fpu_proc_xregs_xsave_fill()
2202 (void *)((uintptr_t)prxsave + hdr_off), in fpu_proc_xregs_xsave_fill()
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibmf/
H A Dibmf_impl.c3013 uint32_t hdr_sz = 0, hdr_off = 0; in ibmf_i_mgt_class_to_hdr_sz_off() local
3029 hdr_off = IBMF_MAD_CL_HDR_OFF_1; in ibmf_i_mgt_class_to_hdr_sz_off()
3033 hdr_off = IBMF_MAD_CL_HDR_OFF_2; in ibmf_i_mgt_class_to_hdr_sz_off()
3041 hdr_off = IBMF_MAD_CL_HDR_OFF_1; in ibmf_i_mgt_class_to_hdr_sz_off()
3045 hdr_off = IBMF_MAD_CL_HDR_OFF_2; in ibmf_i_mgt_class_to_hdr_sz_off()
3060 *offp = hdr_off; in ibmf_i_mgt_class_to_hdr_sz_off()
3065 tnf_uint, hdr_sz, hdr_sz, tnf_uint, hdr_off, hdr_off); in ibmf_i_mgt_class_to_hdr_sz_off()
/illumos-gate/usr/src/uts/common/sys/ib/clients/rdsv3/
H A Dib.h357 unsigned int hdr_off, unsigned int sg, unsigned int off);
H A Drdsv3.h367 unsigned int hdr_off, unsigned int sg, unsigned int off);
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlge/
H A Dqlge_hw.h2049 uint16_t hdr_off; /* tcp/udp hdr offset */ member