Home
last modified time | relevance | path

Searched refs:amap_mcc_context (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/scsi/be2iscsi/
Dbe_cmds.c1048 AMAP_SET_BITS(struct amap_mcc_context, fid, ctxt, in beiscsi_cmd_mccq_create()
1050 AMAP_SET_BITS(struct amap_mcc_context, valid, ctxt, 1); in beiscsi_cmd_mccq_create()
1051 AMAP_SET_BITS(struct amap_mcc_context, ring_size, ctxt, in beiscsi_cmd_mccq_create()
1053 AMAP_SET_BITS(struct amap_mcc_context, cq_id, ctxt, cq->id); in beiscsi_cmd_mccq_create()
Dbe_cmds.h575 struct amap_mcc_context { struct
594 u8 context[sizeof(struct amap_mcc_context) / 8]; argument