Searched refs:hdr_off (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Dloop.c72 unsigned int hdr_off, unsigned int sg,
80 ASSERT(!(hdr_off || sg || off));
71 rdsv3_loop_xmit(struct rdsv3_connection *conn, struct rdsv3_message *rm, unsigned int hdr_off, unsigned int sg, unsigned int off) argument
H A Dib_send.c558 unsigned int hdr_off, unsigned int sg, unsigned int off)
581 ASSERT(!(hdr_off != 0 && hdr_off != sizeof (struct rdsv3_header)));
828 if (hdr_off == 0)
557 rdsv3_ib_xmit(struct rdsv3_connection *conn, struct rdsv3_message *rm, unsigned int hdr_off, unsigned int sg, unsigned int off) argument
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb2_signing.c304 int hdr_off, msg_len; local
322 hdr_off = sr->smb2_reply_hdr + SMB2_SIG_OFFS;
323 (void) smb_mbc_poke(&sr->reply, hdr_off, "#c",
/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)
1616 ph->venid = pci_config_get16(config_handle, hdr_off + PCI_CONF_VENID);
1617 ph->devid = pci_config_get16(config_handle, hdr_off + PCI_CONF_DEVID);
1618 ph->command = pci_config_get16(config_handle, hdr_off + PCI_CONF_COMM);
1619 ph->status = pci_config_get16(config_handle, hdr_off + PCI_CONF_STAT);
1620 ph->revid = pci_config_get8(config_handle, hdr_off + PCI_CONF_REVID);
1621 ph->pif = pci_config_get8(config_handle, hdr_off + PCI_CONF_PROGCLASS);
1623 hdr_off + PCI_CONF_SUBCLASS);
1625 hdr_off
1613 db_pci_get_header(ddi_acc_handle_t config_handle, db_pci_header_t *ph, off_t hdr_off) argument
[all...]
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_log.c226 off64_t hdr_off, hdr_size; local
232 if ((hdr_off = lseek64(lp->log_fd, 0, SEEK_CUR)) == -1L)
317 lp->log_toc = hdr_off + hdr_size;
318 lp->log_beg = hdr_off + hdr_size + ea_pack_object(grp, NULL, 0);
/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/io/fibre-channel/fca/qlge/
H A Dqlge.c4830 int ip_hdr_off, tcp_udp_hdr_off, hdr_off; local
4876 mac_iocb_ptr->hdr_off = (uint16_t)
4899 hdr_off = ip_hdr_off;
4901 hdr_off |= tcp_udp_hdr_off;
4902 mac_iocb_ptr->hdr_off =
4903 (uint16_t)cpu_to_le16(hdr_off);
4933 hdr_off = ip_hdr_off;
4935 hdr_off |= tcp_udp_hdr_off;
4936 mac_iocb_ptr->hdr_off =
4937 (uint16_t)cpu_to_le16(hdr_off);
5181 uint16_t ip_hdr_off, tcp_udp_hdr_off, hdr_off; local
[all...]
H A Dqlge_dbg.c583 ql_printf("\t hdr_off = %d\n",
584 le16_to_cpu(pkt->hdr_off));
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibmf/
H A Dibmf_impl.c3013 uint32_t hdr_sz = 0, hdr_off = 0; local
3029 hdr_off = IBMF_MAD_CL_HDR_OFF_1;
3033 hdr_off = IBMF_MAD_CL_HDR_OFF_2;
3041 hdr_off = IBMF_MAD_CL_HDR_OFF_1;
3045 hdr_off = IBMF_MAD_CL_HDR_OFF_2;
3060 *offp = hdr_off;
3064 "ibmf_i_mgt_class_to_hdr_sz_off() exit,hdr_sz = %d, hdr_off = %d\n",
3065 tnf_uint, hdr_sz, hdr_sz, tnf_uint, hdr_off, hdr_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 in struct:ob_mac_iocb_req

Completed in 103 milliseconds