Searched refs:irh (Results 1 – 5 of 5) sorted by relevance
138 struct octeon_instr_irh *irh; in octnet_prepare_pci_cmd() local168 irh = (struct octeon_instr_irh *)&cmd->irh; in octnet_prepare_pci_cmd()170 irh->opcode = OPCODE_NIC; in octnet_prepare_pci_cmd()171 irh->subcode = OPCODE_NIC_NW_DATA; in octnet_prepare_pci_cmd()186 irh->ossp = packet_params.u32; in octnet_prepare_pci_cmd()
375 struct octeon_instr_irh *irh; in lio_process_iq_request_list() local397 irh = (struct octeon_instr_irh *)&sc->cmd.irh; in lio_process_iq_request_list()398 if (irh->rflag) { in lio_process_iq_request_list()561 struct octeon_instr_irh *irh; in octeon_prepare_soft_command() local580 irh = (struct octeon_instr_irh *)&sc->cmd.irh; in octeon_prepare_soft_command()581 irh->opcode = opcode; in octeon_prepare_soft_command()582 irh->subcode = subcode; in octeon_prepare_soft_command()585 irh->ossp = irh_ossp; in octeon_prepare_soft_command()594 irh->rflag = 1; in octeon_prepare_soft_command()595 irh->len = 4; in octeon_prepare_soft_command()[all …]
52 struct octeon_instr_irh *irh; in octeon_alloc_soft_command_resp() local70 irh = (struct octeon_instr_irh *)&sc->cmd.irh; in octeon_alloc_soft_command_resp()71 irh->rflag = 1; /* a response is required */ in octeon_alloc_soft_command_resp()72 irh->len = 4; /* means four 64-bit words immediately follow irh */ in octeon_alloc_soft_command_resp()
170 u64 irh; member187 u64 irh; member
2881 struct octeon_instr_irh *irh = in liquidio_xmit() local2882 (struct octeon_instr_irh *)&ndata.cmd.irh; in liquidio_xmit()2885 irh->len = 1; /* to indicate that ossp[0] contains tx_info */ in liquidio_xmit()