Searched refs:amap_cq_context (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/scsi/be2iscsi/ |
D | be_cmds.c | 802 AMAP_SET_BITS(struct amap_cq_context, coalescwm, in beiscsi_cmd_cq_create() 804 AMAP_SET_BITS(struct amap_cq_context, nodelay, ctxt, no_delay); in beiscsi_cmd_cq_create() 805 AMAP_SET_BITS(struct amap_cq_context, count, ctxt, in beiscsi_cmd_cq_create() 807 AMAP_SET_BITS(struct amap_cq_context, valid, ctxt, 1); in beiscsi_cmd_cq_create() 808 AMAP_SET_BITS(struct amap_cq_context, solevent, ctxt, sol_evts); in beiscsi_cmd_cq_create() 809 AMAP_SET_BITS(struct amap_cq_context, eventable, ctxt, 1); in beiscsi_cmd_cq_create() 810 AMAP_SET_BITS(struct amap_cq_context, eqid, ctxt, eq->id); in beiscsi_cmd_cq_create() 811 AMAP_SET_BITS(struct amap_cq_context, armed, ctxt, 1); in beiscsi_cmd_cq_create() 812 AMAP_SET_BITS(struct amap_cq_context, func, ctxt, in beiscsi_cmd_cq_create()
|
D | be_cmds.h | 577 struct amap_cq_context { struct 622 u8 context[sizeof(struct amap_cq_context) / 8];
|