Lines Matching defs:immediate
723 * is_eth_imm - can an Ethernet packet be sent as immediate data?
728 * immediate data. Return value corresponds to headroom required.
765 * with only immediate data. In that case we just have to have the
1514 bool immediate = false;
1575 immediate = true;
1585 if (!immediate &&
1616 len = immediate ? skb->len : 0;
1723 if (immediate) {
1761 * t4vf_is_eth_imm - can an Ethernet packet be sent as immediate data?
1765 * immediate data.
1770 * which does not accommodate immediate data. We could dike out all
1771 * of the support code for immediate data but that would tie our hands
1790 * with only immediate data. In that case we just have to have the
2105 * for Tx queues that send only immediate data (presently just
2633 * is_imm - check whether a packet can be sent as immediate data
2636 * Returns true if a packet can be sent as a WR with immediate data.
2747 * a control queue must fit entirely as immediate data.
2855 * is_ofld_imm - check whether a packet can be sent as immediate data
2858 * Returns true if a packet can be sent as an offload WR with immediate
2861 * However, FW_ULPTX_WR commands have a 256 byte immediate only
3218 * Copy an immediate WR into an uncontended SGE offload queue.