Searched refs:amap_eq_context (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/scsi/be2iscsi/ |
D | be_cmds.c | 759 AMAP_SET_BITS(struct amap_eq_context, func, req->context, in beiscsi_cmd_eq_create() 761 AMAP_SET_BITS(struct amap_eq_context, valid, req->context, 1); in beiscsi_cmd_eq_create() 762 AMAP_SET_BITS(struct amap_eq_context, size, req->context, 0); in beiscsi_cmd_eq_create() 763 AMAP_SET_BITS(struct amap_eq_context, count, req->context, in beiscsi_cmd_eq_create() 765 AMAP_SET_BITS(struct amap_eq_context, delaymult, req->context, in beiscsi_cmd_eq_create()
|
D | be_cmds.h | 293 struct amap_eq_context { struct 322 u8 context[sizeof(struct amap_eq_context) / 8]; /* dw[4] */ argument
|
/Linux-v4.19/drivers/net/ethernet/emulex/benet/ |
D | be_cmds.h | 367 struct amap_eq_context { struct 396 u8 context[sizeof(struct amap_eq_context) / 8]; argument
|
D | be_cmds.c | 1022 AMAP_SET_BITS(struct amap_eq_context, valid, req->context, 1); in be_cmd_eq_create() 1024 AMAP_SET_BITS(struct amap_eq_context, size, req->context, 0); in be_cmd_eq_create() 1025 AMAP_SET_BITS(struct amap_eq_context, count, req->context, in be_cmd_eq_create()
|