Lines Matching defs:opcode
1685 uint8_t subsys, opcode;
1701 opcode = lpfc_sli_config_mbox_opcode_get(phba, mboxq);
1703 switch (opcode) {
1723 switch (opcode) {
1828 * @opcode: The sli4 config sub mailbox command opcode.
1840 uint8_t subsystem, uint8_t opcode, uint32_t length, bool emb)
1864 &sli4_config->header.cfg_shdr.request, opcode);
1919 bf_set(lpfc_mbox_hdr_opcode, &cfg_shdr->request, opcode);
1932 * lpfc_sli4_mbox_rsrc_extent - Initialize the opcode resource extent.
1950 uint8_t opcode = 0;
1981 opcode = lpfc_sli_config_mbox_opcode_get(phba, mbox);
1982 switch (opcode) {
2000 "unsupported\n", opcode);
2027 /* For embedded mbox command, get opcode from embedded sub-header*/
2033 /* For non-embedded mbox command, get opcode from first dma page */
2041 * lpfc_sli_config_mbox_opcode_get - Get opcode from a sli_config mbox cmd
2045 * This routine gets the opcode from a SLI4 specific SLI_CONFIG mailbox
2047 * the sub-header is not present, opcode LPFC_MBOX_OPCODE_NA (0x0) be
2060 /* For embedded mbox command, get opcode from embedded sub-header*/
2066 /* For non-embedded mbox command, get opcode from first dma page */