MAX_IMM_TX_PKT_LEN  326 drivers/crypto/chelsio/chcr_ipsec.c 	if (skb->len <= MAX_IMM_TX_PKT_LEN - hdrlen)
MAX_IMM_TX_PKT_LEN  798 drivers/net/ethernet/chelsio/cxgb4/sge.c 	if (skb->len <= MAX_IMM_TX_PKT_LEN - hdrlen)
MAX_IMM_TX_PKT_LEN 2171 drivers/net/ethernet/chelsio/cxgb4/sge.c 		return skb->len <= MAX_IMM_TX_PKT_LEN;
MAX_IMM_TX_PKT_LEN  133 drivers/net/ethernet/chelsio/cxgb4vf/sge.c 	MAX_IMM_TX_LEN = (MAX_IMM_TX_PKT_LEN > MAX_CTRL_WR_LEN
MAX_IMM_TX_PKT_LEN  134 drivers/net/ethernet/chelsio/cxgb4vf/sge.c 			  ? MAX_IMM_TX_PKT_LEN
MAX_IMM_TX_PKT_LEN  200 drivers/scsi/cxgbi/cxgb4i/cxgb4i.c 	return len <= MAX_IMM_TX_PKT_LEN;
MAX_IMM_TX_PKT_LEN   90 drivers/target/iscsi/cxgbit/cxgbit_target.c 	return length <= MAX_IMM_TX_PKT_LEN;