Searched refs:irh (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/ipfilter/samples/
H A Drelay.c35 char *irh, *irt, *rrh, *rrt; local
39 irh = irt = ibuff;
50 if (irh > irt)
52 if (irh < (ibuff + RELAY_BUFSZ))
66 rw = read(ifd, irh, ibuff + RELAY_BUFSZ - irh);
71 irh += rw;
91 rw = write(rfd, irt, irh - irt);
97 if (irh == irt)
98 irh
[all...]
/freebsd-11-stable/sys/dev/liquidio/base/
H A Dlio_ctrl.h145 struct octeon_instr_irh *irh; local
157 * irh and ossp[1] and ossp[2] for a total of 24 bytes
186 /* sl will be sizeof(pki_ih3) + irh + ossp0 + ossp1 */
189 irh = (struct octeon_instr_irh *)&cmd->cmd3.irh;
191 irh->opcode = LIO_OPCODE_NIC;
192 irh->subcode = LIO_OPCODE_NIC_NW_DATA;
201 irh->ossp = packet_params.pkt_params32;
H A Dlio_request_manager.c408 struct octeon_instr_irh *irh = NULL; local
434 irh = (struct octeon_instr_irh *)
435 &sc->cmd.cmd3.irh;
436 if (irh->rflag) {
638 struct octeon_instr_irh *irh; local
667 irh = (struct octeon_instr_irh *)&sc->cmd.cmd3.irh;
668 irh->opcode = opcode;
669 irh->subcode = subcode;
672 irh
698 struct octeon_instr_irh *irh; local
[all...]
H A Dlio_iq.h208 uint64_t irh; member in struct:lio_instr3_64B
/freebsd-11-stable/sys/dev/liquidio/
H A Dlio_rxtx.c55 struct octeon_instr_irh *irh; local
187 irh = (struct octeon_instr_irh *)&ndata.cmd.cmd3.irh;
199 irh->priority = m_head->m_pkthdr.ether_vtag >> 13;
200 irh->vlan = m_head->m_pkthdr.ether_vtag & 0xfff;

Completed in 156 milliseconds