Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/chelsio/inline_crypto/ch_ipsec/
H A Dchcr_ipsec.c68 #define MAX_IMM_TX_PKT_LEN 256 macro
361 if (skb->len <= MAX_IMM_TX_PKT_LEN - hdrlen) in is_eth_imm()
/linux/drivers/net/ethernet/chelsio/cxgb4vf/
H A 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
/linux/drivers/scsi/cxgbi/cxgb4i/
H A Dcxgb4i.c184 #define MAX_IMM_TX_PKT_LEN 256 macro