Searched refs:amap_tx_context (Results 1 – 2 of 2) sorted by relevance
/drivers/net/benet/ |
D | be_cmds.c | 433 AMAP_SET_BITS(struct amap_tx_context, tx_ring_size, ctxt, len_encoded); in be_cmd_txq_create() 434 AMAP_SET_BITS(struct amap_tx_context, pci_func_id, ctxt, in be_cmd_txq_create() 436 AMAP_SET_BITS(struct amap_tx_context, ctx_valid, ctxt, 1); in be_cmd_txq_create() 437 AMAP_SET_BITS(struct amap_tx_context, cq_id_send, ctxt, cq->id); in be_cmd_txq_create()
|
D | be_cmds.h | 278 struct amap_tx_context { struct 308 u8 context[sizeof(struct amap_tx_context) / 8]; argument
|