Home
last modified time | relevance | path

Searched refs:amap_eq_context (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/drivers/scsi/be2iscsi/
Dbe_cmds.c539 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()
Dbe_cmds.h208 struct amap_eq_context { struct
237 u8 context[sizeof(struct amap_eq_context) / 8]; /* dw[4] */ argument
/linux-2.6.39/drivers/net/benet/
Dbe_cmds.h241 struct amap_eq_context { struct
270 u8 context[sizeof(struct amap_eq_context) / 8]; argument
Dbe_cmds.c572 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()