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

/linux-master/drivers/net/ethernet/cavium/liquidio/
H A Dresponse_manager.c120 struct octeon_instr_irh *irh = local
121 (struct octeon_instr_irh *)&sc->cmd.cmd3.irh;
126 irh->opcode, irh->subcode,
157 struct octeon_instr_irh *irh; local
159 irh =
161 &sc->cmd.cmd3.irh;
165 __func__, irh->opcode);
169 irh->subcode,
H A Docteon_nic.h124 struct octeon_instr_irh *irh; local
133 * irh and ossp[0], ossp[1] for a total of 32 bytes
157 irh = (struct octeon_instr_irh *)&cmd->cmd2.irh;
159 irh->opcode = OPCODE_NIC;
160 irh->subcode = OPCODE_NIC_NW_DATA;
169 irh->ossp = packet_params.u32;
177 struct octeon_instr_irh *irh; local
189 * irh and ossp[1] and ossp[2] for a total of 24 bytes
220 irh
[all...]
H A Docteon_nic.c37 struct octeon_instr_irh *irh; local
55 irh = (struct octeon_instr_irh *)&sc->cmd.cmd3.irh;
56 /*pkiih3 + irh + ossp[0] + ossp[1] + rdp + rptr = 40 bytes */
61 irh = (struct octeon_instr_irh *)&sc->cmd.cmd2.irh;
62 /* irh + ossp[0] + ossp[1] + rdp + rptr = 40 bytes */
66 irh->rflag = 1; /* a response is required */
H A Drequest_manager.c589 struct octeon_instr_irh *irh; local
621 irh = (struct octeon_instr_irh *)&sc->cmd.cmd3.irh;
622 irh->opcode = opcode;
623 irh->subcode = subcode;
626 irh->ossp = irh_ossp;
635 irh->rflag = 1;
637 /* pki_ih3 irh+ossp[0]+ossp[1]+rdp+rptr = 48 bytes */
640 irh->rflag = 0;
642 /* pki_h3 + irh
690 struct octeon_instr_irh *irh; local
[all...]
H A Docteon_iq.h198 u64 irh; member in struct:octeon_instr_32B
215 u64 irh; member in struct:octeon_instr2_64B
242 u64 irh; member in struct:octeon_instr3_64B
H A Dlio_vf_main.c1411 struct octeon_instr_irh *irh; local
1575 irh = (struct octeon_instr_irh *)&ndata.cmd.cmd3.irh;
1585 irh->priority = skb_vlan_tag_get(skb) >> VLAN_PRIO_SHIFT;
1586 irh->vlan = skb_vlan_tag_get(skb) & VLAN_VID_MASK;
H A Dlio_main.c2310 struct octeon_instr_irh *irh; local
2487 irh = (struct octeon_instr_irh *)&ndata.cmd.cmd3.irh;
2490 irh = (struct octeon_instr_irh *)&ndata.cmd.cmd2.irh;
2502 irh->priority = skb_vlan_tag_get(skb) >> 13;
2503 irh->vlan = skb_vlan_tag_get(skb) & 0xfff;
/linux-master/drivers/crypto/cavium/nitrox/
H A Dnitrox_reqmgr.c459 sr->instr.irh.value[0] = 0;
460 sr->instr.irh.s.uddl = MIN_UDD_LEN;
462 sr->instr.irh.s.ctxl = (req->ctrl.s.ctxl / 8);
464 sr->instr.irh.s.destport = SOLICIT_BASE_DPORT + qno;
465 sr->instr.irh.s.ctxc = req->ctrl.s.ctxc;
466 sr->instr.irh.s.arg = req->ctrl.s.arg;
467 sr->instr.irh.s.opcode = req->opcode;
468 sr->instr.irh.bev[0] = cpu_to_be64(sr->instr.irh.value[0]);
471 sr->instr.irh
[all...]
H A Dnitrox_req.h396 * @irh: Packet Input Header (16 bytes)
405 union pkt_hdr irh; member in struct:nps_pkt_instr

Completed in 328 milliseconds