Home
last modified time | relevance | path

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

/titanic_44/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
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_44/usr/src/uts/common/io/ib/clients/rdsv3/
H A Dloop.c72 unsigned int hdr_off, unsigned int sg, in rdsv3_loop_xmit() argument
80 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()
/titanic_44/usr/src/cmd/fm/fmd/common/
H A Dfmd_log.c226 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_44/usr/src/uts/common/io/fibre-channel/fca/qlge/
H A Dqlge.c4830 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 Dqlge_dbg.c584 le16_to_cpu(pkt->hdr_off)); in ql_dump_req_pkt()
/titanic_44/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()
/titanic_44/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);
/titanic_44/usr/src/uts/common/sys/fibre-channel/fca/qlge/
H A Dqlge_hw.h2049 uint16_t hdr_off; /* tcp/udp hdr offset */ member