Searched refs:amap_eq_context (Results 1 – 4 of 4) sorted by relevance
/linux-2.6.39/drivers/scsi/be2iscsi/ |
D | be_cmds.c | 539 AMAP_SET_BITS(struct amap_eq_context, func, req->context, in beiscsi_cmd_eq_create() 541 AMAP_SET_BITS(struct amap_eq_context, valid, req->context, 1); in beiscsi_cmd_eq_create() 542 AMAP_SET_BITS(struct amap_eq_context, size, req->context, 0); in beiscsi_cmd_eq_create() 543 AMAP_SET_BITS(struct amap_eq_context, count, req->context, in beiscsi_cmd_eq_create() 545 AMAP_SET_BITS(struct amap_eq_context, delaymult, req->context, in beiscsi_cmd_eq_create()
|
D | be_cmds.h | 208 struct amap_eq_context { struct 237 u8 context[sizeof(struct amap_eq_context) / 8]; /* dw[4] */ argument
|
/linux-2.6.39/drivers/net/benet/ |
D | be_cmds.h | 241 struct amap_eq_context { struct 270 u8 context[sizeof(struct amap_eq_context) / 8]; argument
|
D | be_cmds.c | 572 AMAP_SET_BITS(struct amap_eq_context, valid, req->context, 1); in be_cmd_eq_create() 574 AMAP_SET_BITS(struct amap_eq_context, size, req->context, 0); in be_cmd_eq_create() 575 AMAP_SET_BITS(struct amap_eq_context, count, req->context, in be_cmd_eq_create() 577 AMAP_SET_BITS(struct amap_eq_context, delaymult, req->context, in be_cmd_eq_create()
|