Searched refs:amap_eq_context (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/scsi/be2iscsi/ |
H A D | be_cmds.c | 754 AMAP_SET_BITS(struct amap_eq_context, func, req->context, in beiscsi_cmd_eq_create() 756 AMAP_SET_BITS(struct amap_eq_context, valid, req->context, 1); in beiscsi_cmd_eq_create() 757 AMAP_SET_BITS(struct amap_eq_context, size, req->context, 0); in beiscsi_cmd_eq_create() 758 AMAP_SET_BITS(struct amap_eq_context, count, req->context, in beiscsi_cmd_eq_create() 760 AMAP_SET_BITS(struct amap_eq_context, delaymult, req->context, in beiscsi_cmd_eq_create()
|
H A D | be_cmds.h | 288 struct amap_eq_context { struct 317 u8 context[sizeof(struct amap_eq_context) / 8]; /* dw[4] */ argument
|
/openbmc/linux/drivers/net/ethernet/emulex/benet/ |
H A D | be_cmds.h | 363 struct amap_eq_context { struct 392 u8 context[sizeof(struct amap_eq_context) / 8]; argument
|
H A D | be_cmds.c | 1019 AMAP_SET_BITS(struct amap_eq_context, valid, req->context, 1); in be_cmd_eq_create() 1021 AMAP_SET_BITS(struct amap_eq_context, size, req->context, 0); in be_cmd_eq_create() 1022 AMAP_SET_BITS(struct amap_eq_context, count, req->context, in be_cmd_eq_create()
|