Searched refs:amap_cq_context (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/scsi/be2iscsi/ |
D | be_cmds.c | 970 AMAP_SET_BITS(struct amap_cq_context, coalescwm, in beiscsi_cmd_cq_create() 972 AMAP_SET_BITS(struct amap_cq_context, nodelay, ctxt, no_delay); in beiscsi_cmd_cq_create() 973 AMAP_SET_BITS(struct amap_cq_context, count, ctxt, in beiscsi_cmd_cq_create() 975 AMAP_SET_BITS(struct amap_cq_context, valid, ctxt, 1); in beiscsi_cmd_cq_create() 976 AMAP_SET_BITS(struct amap_cq_context, solevent, ctxt, sol_evts); in beiscsi_cmd_cq_create() 977 AMAP_SET_BITS(struct amap_cq_context, eventable, ctxt, 1); in beiscsi_cmd_cq_create() 978 AMAP_SET_BITS(struct amap_cq_context, eqid, ctxt, eq->id); in beiscsi_cmd_cq_create() 979 AMAP_SET_BITS(struct amap_cq_context, armed, ctxt, 1); in beiscsi_cmd_cq_create() 980 AMAP_SET_BITS(struct amap_cq_context, func, ctxt, in beiscsi_cmd_cq_create()
|
D | be_cmds.h | 515 struct amap_cq_context { struct 560 u8 context[sizeof(struct amap_cq_context) / 8];
|