Searched refs:AMAP_SET_BITS (Results 1 – 3 of 3) sorted by relevance
/drivers/net/benet/ |
D | be_cmds.c | 257 AMAP_SET_BITS(struct amap_eq_context, func, req->context, in be_cmd_eq_create() 259 AMAP_SET_BITS(struct amap_eq_context, valid, req->context, 1); in be_cmd_eq_create() 261 AMAP_SET_BITS(struct amap_eq_context, size, req->context, 0); in be_cmd_eq_create() 262 AMAP_SET_BITS(struct amap_eq_context, count, req->context, in be_cmd_eq_create() 264 AMAP_SET_BITS(struct amap_eq_context, delaymult, req->context, in be_cmd_eq_create() 383 AMAP_SET_BITS(struct amap_cq_context, coalescwm, ctxt, coalesce_wm); in be_cmd_cq_create() 384 AMAP_SET_BITS(struct amap_cq_context, nodelay, ctxt, no_delay); in be_cmd_cq_create() 385 AMAP_SET_BITS(struct amap_cq_context, count, ctxt, in be_cmd_cq_create() 387 AMAP_SET_BITS(struct amap_cq_context, valid, ctxt, 1); in be_cmd_cq_create() 388 AMAP_SET_BITS(struct amap_cq_context, solevent, ctxt, sol_evts); in be_cmd_cq_create() [all …]
|
D | be_main.c | 339 AMAP_SET_BITS(struct amap_eth_hdr_wrb, crc, hdr, 1); in wrb_fill_hdr() 342 AMAP_SET_BITS(struct amap_eth_hdr_wrb, lso, hdr, 1); in wrb_fill_hdr() 343 AMAP_SET_BITS(struct amap_eth_hdr_wrb, lso_mss, in wrb_fill_hdr() 347 AMAP_SET_BITS(struct amap_eth_hdr_wrb, tcpcs, hdr, 1); in wrb_fill_hdr() 349 AMAP_SET_BITS(struct amap_eth_hdr_wrb, udpcs, hdr, 1); in wrb_fill_hdr() 353 AMAP_SET_BITS(struct amap_eth_hdr_wrb, vlan, hdr, 1); in wrb_fill_hdr() 354 AMAP_SET_BITS(struct amap_eth_hdr_wrb, vlan_tag, in wrb_fill_hdr() 358 AMAP_SET_BITS(struct amap_eth_hdr_wrb, event, hdr, 1); in wrb_fill_hdr() 359 AMAP_SET_BITS(struct amap_eth_hdr_wrb, complete, hdr, 1); in wrb_fill_hdr() 360 AMAP_SET_BITS(struct amap_eth_hdr_wrb, num_wrb, hdr, wrb_cnt); in wrb_fill_hdr() [all …]
|
D | be.h | 270 #define AMAP_SET_BITS(_struct, field, ptr, val) \ macro
|