Lines Matching defs:opcode
1626 uint8_t subsys, opcode;
1642 opcode = lpfc_sli_config_mbox_opcode_get(phba, mboxq);
1644 switch (opcode) {
1664 switch (opcode) {
1767 * @opcode: The sli4 config sub mailbox command opcode.
1779 uint8_t subsystem, uint8_t opcode, uint32_t length, bool emb)
1803 &sli4_config->header.cfg_shdr.request, opcode);
1858 bf_set(lpfc_mbox_hdr_opcode, &cfg_shdr->request, opcode);
1871 * lpfc_sli4_mbox_rsrc_extent - Initialize the opcode resource extent.
1889 uint8_t opcode = 0;
1920 opcode = lpfc_sli_config_mbox_opcode_get(phba, mbox);
1921 switch (opcode) {
1939 "unsupported\n", opcode);
1966 /* For embedded mbox command, get opcode from embedded sub-header*/
1972 /* For non-embedded mbox command, get opcode from first dma page */
1980 * lpfc_sli_config_mbox_opcode_get - Get opcode from a sli_config mbox cmd
1984 * This routine gets the opcode from a SLI4 specific SLI_CONFIG mailbox
1986 * the sub-header is not present, opcode LPFC_MBOX_OPCODE_NA (0x0) be
1999 /* For embedded mbox command, get opcode from embedded sub-header*/
2005 /* For non-embedded mbox command, get opcode from first dma page */