MCPcopy Create free account
hub / github.com/F-Stack/f-stack / t4_mgmt_tx

Function t4_mgmt_tx

dpdk/drivers/net/cxgbe/sge.c:1359–1362  ·  view source on GitHub ↗

* t4_mgmt_tx - send a management message * @q: the control queue * @mbuf: the packet containing the management message * * Send a management message through control queue. */

Source from the content-addressed store, hash-verified

1357 * Send a management message through control queue.
1358 */
1359int t4_mgmt_tx(struct sge_ctrl_txq *q, struct rte_mbuf *mbuf)
1360{
1361 return ctrl_xmit(q, mbuf);
1362}
1363
1364/**
1365 * alloc_ring - allocate resources for an SGE descriptor ring

Callers 8

cxgbe_remove_tidFunction · 0.85
set_tcb_fieldFunction · 0.85
cxgbe_del_hash_filterFunction · 0.85
cxgbe_set_hash_filterFunction · 0.85
del_filter_wrFunction · 0.85
set_filter_wrFunction · 0.85
write_smt_entryFunction · 0.85
write_l2eFunction · 0.85

Calls 1

ctrl_xmitFunction · 0.85

Tested by

no test coverage detected