Searched refs:amap_eq_context (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/scsi/be2iscsi/ |
D | be_cmds.c | 846 AMAP_SET_BITS(struct amap_eq_context, func, req->context, in beiscsi_cmd_eq_create() 848 AMAP_SET_BITS(struct amap_eq_context, valid, req->context, 1); in beiscsi_cmd_eq_create() 849 AMAP_SET_BITS(struct amap_eq_context, size, req->context, 0); in beiscsi_cmd_eq_create() 850 AMAP_SET_BITS(struct amap_eq_context, count, req->context, in beiscsi_cmd_eq_create() 852 AMAP_SET_BITS(struct amap_eq_context, delaymult, req->context, in beiscsi_cmd_eq_create()
|
D | be_cmds.h | 244 struct amap_eq_context { struct 273 u8 context[sizeof(struct amap_eq_context) / 8]; /* dw[4] */ argument
|
/linux-4.4.14/drivers/net/ethernet/emulex/benet/ |
D | be_cmds.h | 321 struct amap_eq_context { struct 350 u8 context[sizeof(struct amap_eq_context) / 8]; argument
|
D | be_cmds.c | 956 AMAP_SET_BITS(struct amap_eq_context, valid, req->context, 1); in be_cmd_eq_create() 958 AMAP_SET_BITS(struct amap_eq_context, size, req->context, 0); in be_cmd_eq_create() 959 AMAP_SET_BITS(struct amap_eq_context, count, req->context, in be_cmd_eq_create()
|