Home
last modified time | relevance | path

Searched refs:MAX_IMM_TX_PKT_LEN (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/inline_crypto/ch_ipsec/
Dchcr_ipsec.c69 #define MAX_IMM_TX_PKT_LEN 256 macro
359 if (skb->len <= MAX_IMM_TX_PKT_LEN - hdrlen) in is_eth_imm()
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4vf/
Dsge.c122 MAX_IMM_TX_PKT_LEN = FW_WR_IMMDLEN_M, enumerator
133 MAX_IMM_TX_LEN = (MAX_IMM_TX_PKT_LEN > MAX_CTRL_WR_LEN
134 ? MAX_IMM_TX_PKT_LEN
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/
Dsge.c127 #define MAX_IMM_TX_PKT_LEN 256 macro
745 if (skb->len <= MAX_IMM_TX_PKT_LEN - hdrlen) in is_eth_imm()
/kernel/linux/linux-5.10/drivers/scsi/cxgbi/cxgb4i/
Dcxgb4i.c182 #define MAX_IMM_TX_PKT_LEN 256 macro