Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/crypto/chelsio/
Dchcr_ipsec.c72 #define MAX_IMM_TX_PKT_LEN 256 macro
309 if (skb->len <= MAX_IMM_TX_PKT_LEN - hdrlen) in is_eth_imm()
/Linux-v4.19/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
/Linux-v4.19/drivers/target/iscsi/cxgbit/
Dcxgbit_target.c92 #define MAX_IMM_TX_PKT_LEN 256 in cxgbit_is_ofld_imm() macro
93 return length <= MAX_IMM_TX_PKT_LEN; in cxgbit_is_ofld_imm()
/Linux-v4.19/drivers/scsi/cxgbi/cxgb4i/
Dcxgb4i.c168 #define MAX_IMM_TX_PKT_LEN 256 macro
186 return len <= MAX_IMM_TX_PKT_LEN; in is_ofld_imm()
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4/
Dsge.c124 #define MAX_IMM_TX_PKT_LEN 256 macro
776 if (skb->len <= MAX_IMM_TX_PKT_LEN - hdrlen) in is_eth_imm()
2097 return skb->len <= MAX_IMM_TX_PKT_LEN; in is_ofld_imm()