/titanic_50/usr/src/uts/sun4u/io/pci/ |
H A D | db21554.c | 316 db_pci_header_t *ph, off_t hdr_off); 1614 off_t hdr_off) in db_pci_get_header() argument 1616 ph->venid = pci_config_get16(config_handle, hdr_off + PCI_CONF_VENID); in db_pci_get_header() 1617 ph->devid = pci_config_get16(config_handle, hdr_off + PCI_CONF_DEVID); in db_pci_get_header() 1618 ph->command = pci_config_get16(config_handle, hdr_off + PCI_CONF_COMM); in db_pci_get_header() 1619 ph->status = pci_config_get16(config_handle, hdr_off + PCI_CONF_STAT); in db_pci_get_header() 1620 ph->revid = pci_config_get8(config_handle, hdr_off + PCI_CONF_REVID); in db_pci_get_header() 1621 ph->pif = pci_config_get8(config_handle, hdr_off + PCI_CONF_PROGCLASS); in db_pci_get_header() 1623 hdr_off + PCI_CONF_SUBCLASS); in db_pci_get_header() 1625 hdr_off + PCI_CONF_BASCLASS); in db_pci_get_header() [all …]
|
/titanic_50/usr/src/uts/common/fs/smbsrv/ |
H A D | smb2_signing.c | 304 int hdr_off, msg_len; in smb2_sign_reply() local 322 hdr_off = sr->smb2_reply_hdr + SMB2_SIG_OFFS; in smb2_sign_reply() 323 (void) smb_mbc_poke(&sr->reply, hdr_off, "#c", in smb2_sign_reply()
|
/titanic_50/usr/src/uts/common/io/ib/clients/rdsv3/ |
H A D | loop.c | 72 unsigned int hdr_off, unsigned int sg, in rdsv3_loop_xmit() argument 80 ASSERT(!(hdr_off || sg || off)); in rdsv3_loop_xmit()
|
H A D | ib_send.c | 558 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()
|
/titanic_50/usr/src/cmd/fm/fmd/common/ |
H A D | fmd_log.c | 226 off64_t hdr_off, hdr_size; in fmd_log_check_hdr() local 232 if ((hdr_off = lseek64(lp->log_fd, 0, SEEK_CUR)) == -1L) in fmd_log_check_hdr() 317 lp->log_toc = hdr_off + hdr_size; in fmd_log_check_hdr() 318 lp->log_beg = hdr_off + hdr_size + ea_pack_object(grp, NULL, 0); in fmd_log_check_hdr()
|
/titanic_50/usr/src/uts/common/io/fibre-channel/fca/qlge/ |
H A D | qlge.c | 4830 int ip_hdr_off, tcp_udp_hdr_off, hdr_off; in ql_hw_csum_setup() local 4876 mac_iocb_ptr->hdr_off = (uint16_t) in ql_hw_csum_setup() 4899 hdr_off = ip_hdr_off; in ql_hw_csum_setup() 4901 hdr_off |= tcp_udp_hdr_off; in ql_hw_csum_setup() 4902 mac_iocb_ptr->hdr_off = in ql_hw_csum_setup() 4903 (uint16_t)cpu_to_le16(hdr_off); in ql_hw_csum_setup() 4933 hdr_off = ip_hdr_off; in ql_hw_csum_setup() 4935 hdr_off |= tcp_udp_hdr_off; in ql_hw_csum_setup() 4936 mac_iocb_ptr->hdr_off = in ql_hw_csum_setup() 4937 (uint16_t)cpu_to_le16(hdr_off); in ql_hw_csum_setup() [all …]
|
H A D | qlge_dbg.c | 584 le16_to_cpu(pkt->hdr_off)); in ql_dump_req_pkt()
|
/titanic_50/usr/src/uts/common/io/ib/mgt/ibmf/ |
H A D | ibmf_impl.c | 3013 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()
|
/titanic_50/usr/src/uts/common/sys/ib/clients/rdsv3/ |
H A D | ib.h | 357 unsigned int hdr_off, unsigned int sg, unsigned int off);
|
H A D | rdsv3.h | 367 unsigned int hdr_off, unsigned int sg, unsigned int off);
|
/titanic_50/usr/src/uts/common/sys/fibre-channel/fca/qlge/ |
H A D | qlge_hw.h | 2049 uint16_t hdr_off; /* tcp/udp hdr offset */ member
|