Home
last modified time | relevance | path

Searched refs:sub_op (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/scsi/csiostor/
Dcsio_lnode.c706 uint8_t sub_op; in csio_fcoe_enable_link() local
717 sub_op = enable ? FCOE_LINK_UP : FCOE_LINK_DOWN; in csio_fcoe_enable_link()
720 sub_op ? "UP" : "DOWN", portid); in csio_fcoe_enable_link()
723 portid, sub_op, 0, 0, 0, NULL); in csio_fcoe_enable_link()
736 "ret:x%x\n", sub_op ? "UP" : "DOWN", portid, retval); in csio_fcoe_enable_link()
1664 uint32_t immd_len, uint8_t sub_op, uint32_t sid, in csio_ln_prep_ecwr() argument
1677 wr->els_ct_type = sub_op; in csio_ln_prep_ecwr()
1708 uint8_t sub_op, struct csio_dma_buf *pld, in csio_ln_mgmt_submit_wr() argument
1745 csio_ln_prep_ecwr(io_req, wr_size, im_len, sub_op, in csio_ln_mgmt_submit_wr()
/linux-4.1.27/arch/cris/include/arch-v32/arch/hwregs/
Drt_trace_defs.h128 unsigned int sub_op : 4; member
/linux-4.1.27/drivers/gpu/drm/radeon/
Dcikd.h2004 #define SDMA_PACKET(op, sub_op, e) ((((e) & 0xFFFF) << 16) | \ argument
2005 (((sub_op) & 0xFF) << 8) | \
/linux-4.1.27/arch/mips/include/uapi/asm/
Dinst.h52 add_op, addu_op, sub_op, subu_op, enumerator