Searched refs:AMAP_SET_BITS (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/be2iscsi/
H A Dbe_cmds.c539 AMAP_SET_BITS(struct amap_eq_context, func, req->context,
541 AMAP_SET_BITS(struct amap_eq_context, valid, req->context, 1);
542 AMAP_SET_BITS(struct amap_eq_context, size, req->context, 0);
543 AMAP_SET_BITS(struct amap_eq_context, count, req->context,
545 AMAP_SET_BITS(struct amap_eq_context, delaymult, req->context,
613 AMAP_SET_BITS(struct amap_cq_context, coalescwm, ctxt, coalesce_wm);
614 AMAP_SET_BITS(struct amap_cq_context, nodelay, ctxt, no_delay);
615 AMAP_SET_BITS(struct amap_cq_context, count, ctxt,
617 AMAP_SET_BITS(struct amap_cq_context, valid, ctxt, 1);
618 AMAP_SET_BITS(struc
[all...]
H A Dbe_main.c690 AMAP_SET_BITS(struct amap_eq_entry, valid, eqe, 0);
733 AMAP_SET_BITS(struct amap_eq_entry, valid, eqe, 0);
748 AMAP_SET_BITS(struct amap_eq_entry, valid, eqe, 0);
818 AMAP_SET_BITS(struct amap_eq_entry, valid, eqe, 0);
854 AMAP_SET_BITS(struct amap_eq_entry, valid, eqe, 0);
1977 AMAP_SET_BITS(struct amap_sol_cqe, valid, sol, 0);
2049 AMAP_SET_BITS(struct amap_iscsi_wrb, iscsi_bhs_addr_lo, pwrb,
2051 AMAP_SET_BITS(struct amap_iscsi_wrb, iscsi_bhs_addr_hi, pwrb,
2060 AMAP_SET_BITS(struct amap_iscsi_wrb, sge0_addr_lo, pwrb,
2062 AMAP_SET_BITS(struc
[all...]
H A Dbe_iscsi.c402 AMAP_SET_BITS(struct amap_beiscsi_offload_params, max_burst_length,
404 AMAP_SET_BITS(struct amap_beiscsi_offload_params,
407 AMAP_SET_BITS(struct amap_beiscsi_offload_params, first_burst_length,
409 AMAP_SET_BITS(struct amap_beiscsi_offload_params, erl, params,
411 AMAP_SET_BITS(struct amap_beiscsi_offload_params, dde, params,
413 AMAP_SET_BITS(struct amap_beiscsi_offload_params, hde, params,
415 AMAP_SET_BITS(struct amap_beiscsi_offload_params, ir2t, params,
417 AMAP_SET_BITS(struct amap_beiscsi_offload_params, imd, params,
419 AMAP_SET_BITS(struct amap_beiscsi_offload_params, exp_statsn, params,
H A Dbe.h157 #define AMAP_SET_BITS(_struct, field, ptr, val) \ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/benet/
H A Dbe_cmds.c477 AMAP_SET_BITS(struct amap_eq_context, valid, req->context, 1);
479 AMAP_SET_BITS(struct amap_eq_context, size, req->context, 0);
480 AMAP_SET_BITS(struct amap_eq_context, count, req->context,
482 AMAP_SET_BITS(struct amap_eq_context, delaymult, req->context,
630 AMAP_SET_BITS(struct amap_cq_context, coalescwm, ctxt, coalesce_wm);
631 AMAP_SET_BITS(struct amap_cq_context, nodelay, ctxt, no_delay);
632 AMAP_SET_BITS(struct amap_cq_context, count, ctxt,
634 AMAP_SET_BITS(struct amap_cq_context, valid, ctxt, 1);
635 AMAP_SET_BITS(struct amap_cq_context, solevent, ctxt, sol_evts);
636 AMAP_SET_BITS(struc
[all...]
H A Dbe_main.c448 AMAP_SET_BITS(struct amap_eth_hdr_wrb, crc, hdr, 1);
451 AMAP_SET_BITS(struct amap_eth_hdr_wrb, lso, hdr, 1);
452 AMAP_SET_BITS(struct amap_eth_hdr_wrb, lso_mss,
455 AMAP_SET_BITS(struct amap_eth_hdr_wrb, lso6, hdr, 1);
458 AMAP_SET_BITS(struct amap_eth_hdr_wrb, tcpcs, hdr, 1);
460 AMAP_SET_BITS(struct amap_eth_hdr_wrb, udpcs, hdr, 1);
464 AMAP_SET_BITS(struct amap_eth_hdr_wrb, vlan, hdr, 1);
465 AMAP_SET_BITS(struct amap_eth_hdr_wrb, vlan_tag,
469 AMAP_SET_BITS(struct amap_eth_hdr_wrb, event, hdr, 1);
470 AMAP_SET_BITS(struc
[all...]
H A Dbe.h350 #define AMAP_SET_BITS(_struct, field, ptr, val) \ macro

Completed in 56 milliseconds